Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2011-03-24 20:31:20 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2011-03-24 20:31:20 +0300
commit0d77047a145fde4c67e560e06239648bbbd8726d (patch)
treebf5ea93aa94d954346cefa3a3bc0f6cee6a676db /config
parentbc7fed603f21e59d04790b7822ebe9a83f13bdee (diff)
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/ChangeLog18
-rw-r--r--config/mh-cygwin7
-rw-r--r--config/mh-solaris2
-rw-r--r--config/mh-sysv41
-rw-r--r--config/mh-x86omitfp2
5 files changed, 18 insertions, 12 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 9233f10a8..968f0476e 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 e3f732503..1f746bdea 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 6e8f296a4..000000000
--- 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 93d14fa51..000000000
--- 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 7f536c8ba..000000000
--- 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