diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 2 | ||||
-rwxr-xr-x | gcc/configure | 8 |
3 files changed, 11 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 211bf94..166bda1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-09-10 Kai Tietz <kai.tietz@onevision.com> + + * configure: Regenerated. + * config.gcc: Add for x86_64 and i?86 mingw t-dfprule. + 2010-09-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> * config/arm/neon-schedgen.ml (allCores): Add support for diff --git a/gcc/config.gcc b/gcc/config.gcc index d33d1c6..d5f0755 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1442,7 +1442,7 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) else tmake_eh_file="i386/t-sjlj-eh" fi - tmake_file="${tmake_file} ${tmake_eh_file} i386/t-cygming" + tmake_file="${tmake_file} ${tmake_eh_file} i386/t-cygming i386/t-dfprules" case ${target} in x86_64-w64-*) tmake_file="${tmake_file} i386/t-mingw-w64" diff --git a/gcc/configure b/gcc/configure index e2c22a7..6aa72ed 100755 --- a/gcc/configure +++ b/gcc/configure @@ -6662,7 +6662,9 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;; else case $target in - powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux*) + powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ + i?86*-*-mingw* | x86_64*-*-mingw* | \ + i?86*-*-cygwin*) enable_decimal_float=yes ;; *) @@ -17137,7 +17139,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17140 "configure" +#line 17142 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -17243,7 +17245,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17246 "configure" +#line 17248 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |