aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2011-03-24 17:11:26 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2011-03-24 17:11:26 +0000
commit1e2c3ec4411f7f51cafcafedad83e32049fb9686 (patch)
tree152ec390798b2337492e2d99679bd8456dbb21b7
parent73a817c4223190f12d8e345575635ebcf5bd1ded (diff)
downloadgcc-1e2c3ec4411f7f51cafcafedad83e32049fb9686.zip
gcc-1e2c3ec4411f7f51cafcafedad83e32049fb9686.tar.gz
gcc-1e2c3ec4411f7f51cafcafedad83e32049fb9686.tar.bz2
Makefile.def: Add dependency from termcap to gdb.
2011-03-24 Paolo Bonzini <bonzini@gnu.org> * Makefile.def: Add dependency from termcap to gdb. * Makefile.in: Regenerate. config: 2011-03-24 Paolo Bonzini <bonzini@gnu.org> * mh-cygwin: Remove obsolete variables and dependencies. From-SVN: r171417
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.def1
-rw-r--r--Makefile.in1
-rw-r--r--config/ChangeLog4
-rw-r--r--config/mh-cygwin7
5 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index a7af04d..9552a16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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.
diff --git a/Makefile.def b/Makefile.def
index 3682781..0e63ad3 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -387,6 +387,7 @@ dependencies = { module=all-gdb; on=all-build-bison; };
dependencies = { module=all-gdb; on=all-build-byacc; };
dependencies = { module=all-gdb; on=all-sim; };
dependencies = { module=all-gdb; on=all-libdecnumber; };
+dependencies = { module=all-gdb; on=all-libtermcap; };
dependencies = { module=configure-libgui; on=configure-tcl; };
dependencies = { module=configure-libgui; on=configure-tk; };
diff --git a/Makefile.in b/Makefile.in
index 2dfc3e5..fa1c144 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -60576,6 +60576,7 @@ all-gdb: maybe-all-build-bison
all-gdb: maybe-all-build-byacc
all-gdb: maybe-all-sim
all-gdb: maybe-all-libdecnumber
+all-gdb: maybe-all-libtermcap
configure-libgui: maybe-configure-tcl
configure-libgui: maybe-configure-tk
all-libgui: maybe-all-tcl
diff --git a/config/ChangeLog b/config/ChangeLog
index d45cf25..47baee8 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,5 +1,9 @@
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.
diff --git a/config/mh-cygwin b/config/mh-cygwin
index e3f7325..1f746bd 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