diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-10-02 14:42:47 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-10-02 14:42:47 +0000 |
commit | fcbaee8e91a31769e5ca1ea4a1942eecc2b4e661 (patch) | |
tree | 8f8617366e1c865503b39e12c442a161085eb12e /config | |
parent | 5fe885d99c34a01144bc6ab4276fdbcf509b9606 (diff) | |
download | binutils-redhat-fcbaee8e91a31769e5ca1ea4a1942eecc2b4e661.tar.gz |
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')
-rw-r--r-- | config/ChangeLog | 9 | ||||
-rw-r--r-- | config/dfp.m4 | 4 |
2 files changed, 12 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 4b5a427768..0e49441587 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,12 @@ +2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + 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. + 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting. diff --git a/config/dfp.m4 b/config/dfp.m4 index d5dbaf59b3..cc778b19bb 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 ;; *) |