diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-05 00:08:42 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2012-11-05 00:08:42 +0100 |
commit | 460277e0239222d962818c4023dd936ce7ea5210 (patch) | |
tree | aa94e808f621df11606d9adef3c21194d7a4c114 /gcc | |
parent | b260c71fa5f903606dcc491a38069fbef87baa05 (diff) | |
download | gcc-460277e0239222d962818c4023dd936ce7ea5210.zip gcc-460277e0239222d962818c4023dd936ce7ea5210.tar.gz gcc-460277e0239222d962818c4023dd936ce7ea5210.tar.bz2 |
bid_functions.h: Check for __GLIBC__ additionally to LINUX when defining format specifiers.
libgcc/config/libbid/
* bid_functions.h: Check for __GLIBC__ additionally to LINUX when
defining format specifiers.
config/
* dfp.m4 (enable_decimal_float): Enable for i?86*-*-gnu*.
gcc/
* configure: Regenerate.
libdecnumber/
* configure: Regenerate.
libgcc/
* configure: Regenerate.
From-SVN: r193143
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/configure | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ee5ef7..91b970a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-11-04 Thomas Schwinge <thomas@codesourcery.com> + + * configure: Regenerate. + 2012-11-04 Eric Botcazou <ebotcazou@adacore.com> * combine.c: Adjust toplevel comment. diff --git a/gcc/configure b/gcc/configure index 4c90e9b..681aba9 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7038,6 +7038,7 @@ else case $target in powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ + i?86*-*-gnu* | \ i?86*-*-mingw* | x86_64*-*-mingw* | \ i?86*-*-cygwin*) enable_decimal_float=yes @@ -17785,7 +17786,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17788 "configure" +#line 17789 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -17891,7 +17892,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17894 "configure" +#line 17895 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |