diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2011-03-24 17:31:20 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2011-03-24 17:31:20 +0000 |
commit | dbbe5f9573a0646a9371db4105aaee6c5236f648 (patch) | |
tree | a1f626119c97cc5707c3f1fd413c757e860efd2d /config | |
parent | b8c610a72f2d054f881ee4a946325ce63a5ab295 (diff) | |
download | binutils-dbbe5f9573a0646a9371db4105aaee6c5236f648.tar.gz binutils-dbbe5f9573a0646a9371db4105aaee6c5236f648.tar.bz2 binutils-dbbe5f9573a0646a9371db4105aaee6c5236f648.zip |
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
Sync from GCC:
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Remove empty cases.
* configure: Regenerate.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def: Add dependency from termcap to gdb.
* Makefile.in: Regenerate.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
* configure: Regenerate.
* Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Remove all mentions of tentative_cc.
* configure: Regenerate.
2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
PR lto/48086
* configure.ac: Re-enable LTO on *-apple-darwin9.
* configure: Regenerate.
config:
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
Sync from GCC:
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* mh-cygwin: Remove obsolete variables and dependencies.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* mh-sysv4: Remove.
* mh-solaris: Remove.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* mh-sysv4: Remove AR_CFLAGS.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 18 | ||||
-rw-r--r-- | config/mh-cygwin | 7 | ||||
-rw-r--r-- | config/mh-solaris | 2 | ||||
-rw-r--r-- | config/mh-sysv4 | 1 | ||||
-rw-r--r-- | config/mh-x86omitfp | 2 |
5 files changed, 18 insertions, 12 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 9233f10a8c0..968f0476e0c 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,7 +1,25 @@ 2011-03-24 Paolo Bonzini <bonzini@gnu.org> + * mh-x86omitfp: Remove. + +2011-03-24 Paolo Bonzini <bonzini@gnu.org> + + * mh-cygwin: Remove obsolete variables and dependencies. + +2011-03-24 Paolo Bonzini <bonzini@gnu.org> + + * mh-sysv4: Remove. + * mh-solaris: Remove. + +2011-03-24 Paolo Bonzini <bonzini@gnu.org> + * mh-sysv4: Remove AR_CFLAGS. +2011-03-24 Joseph Myers <joseph@codesourcery.com> + + * mh-cxux, mh-decstation, mh-dgux386, mh-lynxrs6k, mh-ncr3000, + mh-necv4, mh-sco, mh-sysv5: Remove. + 2011-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Eric Blake <eblake@redhat.com> diff --git a/config/mh-cygwin b/config/mh-cygwin index e3f7325035a..1f746bdea84 100644 --- a/config/mh-cygwin +++ b/config/mh-cygwin @@ -1,11 +1,4 @@ -EXTRA_TARGET_HOST_ALL_MODULES=maybe-all-libtermcap -EXTRA_TARGET_HOST_INSTALL_MODULES=maybe-install-libtermcap - # Increase stack limit to a figure based on the Linux default, with 4MB added # as GCC turns out to need that much more to pass all the limits-* tests. LDFLAGS += -Wl,--stack,12582912 BOOT_LDFLAGS += -Wl,--stack,12582912 - -all-gdb: maybe-all-libtermcap - -install-gdb: maybe-all-libtermcap diff --git a/config/mh-solaris b/config/mh-solaris deleted file mode 100644 index 6e8f296a4ea..00000000000 --- a/config/mh-solaris +++ /dev/null @@ -1,2 +0,0 @@ -# Makefile changes for Suns running Solaris 2 -X11_EXTRA_LIBS = -lnsl -lsocket diff --git a/config/mh-sysv4 b/config/mh-sysv4 deleted file mode 100644 index 93d14fa510d..00000000000 --- a/config/mh-sysv4 +++ /dev/null @@ -1 +0,0 @@ -X11_EXTRA_LIBS = -lnsl diff --git a/config/mh-x86omitfp b/config/mh-x86omitfp deleted file mode 100644 index 7f536c8ba2e..00000000000 --- a/config/mh-x86omitfp +++ /dev/null @@ -1,2 +0,0 @@ -# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler. -BOOT_CFLAGS += -fomit-frame-pointer |