aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2002-12-17 02:58:05 +0000
committerChristopher Faylor <cgf@gcc.gnu.org>2002-12-17 02:58:05 +0000
commitc91b0d23230e600ef66fd5ab758587d3e51c646d (patch)
tree0837af3d8db620571807d6f05c79981fa1a5df59 /config
parent8483c7e022834487185afd3167a3174b4fe3b2c4 (diff)
downloadgcc-c91b0d23230e600ef66fd5ab758587d3e51c646d.zip
gcc-c91b0d23230e600ef66fd5ab758587d3e51c646d.tar.gz
gcc-c91b0d23230e600ef66fd5ab758587d3e51c646d.tar.bz2
* mh-cygwin: Don't build libtermcap if it doesn't exist.
From-SVN: r60191
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/mh-cygwin8
2 files changed, 8 insertions, 4 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 0ef1673..c183693 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-16 Christopher Faylor <cgf@redhat.com>
+
+ * mh-cygwin: Don't build libtermcap if it doesn't exist.
+
2002-11-23 H.J. Lu <hjl@gnu.org>
* accross.m4: New.
diff --git a/config/mh-cygwin b/config/mh-cygwin
index 241027f..6c3ab80 100644
--- a/config/mh-cygwin
+++ b/config/mh-cygwin
@@ -1,6 +1,6 @@
-EXTRA_TARGET_HOST_ALL_MODULES=all-libtermcap
-EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap
+EXTRA_TARGET_HOST_ALL_MODULES=maybe-all-libtermcap
+EXTRA_TARGET_HOST_INSTALL_MODULES=maybe-install-libtermcap
-all-gdb: all-libtermcap
+all-gdb: maybe-all-libtermcap
-install-gdb: all-libtermcap
+install-gdb: maybe-all-libtermcap