diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 1998-11-19 01:15:59 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 1998-11-19 01:15:59 +0000 |
commit | afe47e32d5665067ce2f347766782dfa4ace254c (patch) | |
tree | a7fc7d96fb7154c146b540cec7d5f5c09f9da45c /config | |
parent | 11d06c350c3aa3cd3916b5b78b94e8396c2e7f7b (diff) | |
download | gdb-afe47e32d5665067ce2f347766782dfa4ace254c.zip gdb-afe47e32d5665067ce2f347766782dfa4ace254c.tar.gz gdb-afe47e32d5665067ce2f347766782dfa4ace254c.tar.bz2 |
* configure.in: Add libtermcap to list of cygwin dependencies.
* config/cygwin.mh: Add extra libtermcap target information.
Make gdb depend on libtermcap for future readline depencency.
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-cygwin | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/mh-cygwin b/config/mh-cygwin index 29f1656..7f23a7d 100644 --- a/config/mh-cygwin +++ b/config/mh-cygwin @@ -7,3 +7,9 @@ CXXFLAGS=-O2 # built without debugging information LIBGCC2_DEBUG_CFLAGS= +EXTRA_TARGET_HOST_ALL_MODULES=all-libtermcap +EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap + +all-gdb: all-libtermcap + +install-gdb: install-libtermcap |