ChangeLog config
2010-09-10 Jonathan Yong <jon_y@users.sourceforge.net> * dfp.m4: Enable decimal float for i?86 cygwin and mingw, and for x86_64 mingw. ChangeLog libgcc 2010-09-10 Kai Tietz <kai.tietz@onevision.com> * configure: Regenerated. ChangeLog libdecnumber 2010-09-10 Kai Tietz <kai.tietz@onevision.com> * configure: Regenerated. ChangeLog gcc 2010-09-10 Kai Tietz <kai.tietz@onevision.com> * configure: Regenerated. * config.gcc: Add for x86_64 and i?86 mingw t-dfprule. From-SVN: r164167
This commit is contained in:
parent
a8c171c16b
commit
996b42ef6a
@ -1,3 +1,8 @@
|
||||
2010-09-10 Jonathan Yong <jon_y@users.sourceforge.net>
|
||||
|
||||
* dfp.m4: Enable decimal float for i?86 cygwin
|
||||
and mingw, and for x86_64 mingw.
|
||||
|
||||
2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR target/45524
|
||||
|
@ -20,7 +20,9 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
|
||||
],
|
||||
[
|
||||
case $1 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
|
||||
;;
|
||||
*)
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
8
gcc/configure
vendored
8
gcc/configure
vendored
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2010-09-10 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2010-09-08 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
PR 44001
|
||||
|
4
libdecnumber/configure
vendored
4
libdecnumber/configure
vendored
@ -4602,7 +4602,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
|
||||
;;
|
||||
*)
|
||||
|
@ -1,3 +1,7 @@
|
||||
2010-09-10 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
Andrew Pinski <pinskia@gmail.com>
|
||||
|
||||
|
4
libgcc/configure
vendored
4
libgcc/configure
vendored
@ -3647,7 +3647,9 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;;
|
||||
else
|
||||
|
||||
case $host 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
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user