diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-10-02 14:42:48 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-10-02 14:42:48 +0000 |
commit | 65a20d8c1b67c3f0020bed62f472142c50161f1d (patch) | |
tree | a76cd3d2a33589ab81b62f8d408e1f7f35813a2e /config/dfp.m4 | |
parent | ad2b2724a7efba3e39d6c5b6f4f75f6ec1d4e8bb (diff) | |
download | newlib-65a20d8c1b67c3f0020bed62f472142c50161f1d.zip newlib-65a20d8c1b67c3f0020bed62f472142c50161f1d.tar.gz newlib-65a20d8c1b67c3f0020bed62f472142c50161f1d.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.m4 | 4 |
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 ;; *) |