aboutsummaryrefslogtreecommitdiff
path: root/config/dfp.m4
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-10-02 14:42:48 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-10-02 14:42:48 +0000
commit298213562bfb13a256b81bd6890eb15100a056fe (patch)
tree5f321b4ce567c5501b606826a0e84ccba1f93926 /config/dfp.m4
parentb18e6318c598e9c59c93099b1ee00ae4a5ebe500 (diff)
downloadgdb-298213562bfb13a256b81bd6890eb15100a056fe.zip
gdb-298213562bfb13a256b81bd6890eb15100a056fe.tar.gz
gdb-298213562bfb13a256b81bd6890eb15100a056fe.tar.bz2
Sync toplevel and config from GCC.
/: Sync from GCC: 2010-09-30 Michael Eager <eager@eagercon.com> * configure.ac (microblaze): Add target-libssp to noconfigdirs. * configure: Regenerate. 2010-09-21 Iain Sandoe <iains@gcc.gnu.org> * configure.ac (enable-lto): Add Darwin to the list of supported lto targets and amend comment. * configure: Regenerate. 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu> * configure.ac: Enable LTO by default on Darwin. * configure: Regenerate. 2010-07-23 Marc Glisse <marc.glisse@normalesup.org> PR bootstrap/44455 * configure.ac (extra_mpfr_configure_flags): Copy from extra_mpc_gmp_configure_flags. * configure: Re-generated. config/: Sync from GCC: 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.
Diffstat (limited to 'config/dfp.m4')
-rw-r--r--config/dfp.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/config/dfp.m4 b/config/dfp.m4
index d5dbaf5..cc778b1 100644
--- a/config/dfp.m4
+++ b/config/dfp.m4
@@ -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
;;
*)