mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-18 08:29:30 +00:00
* 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.
This commit is contained in:
parent
11d06c350c
commit
afe47e32d5
@ -1,3 +1,9 @@
|
||||
Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* 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.
|
||||
|
||||
Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
|
||||
|
||||
* Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
|
||||
|
@ -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
|
||||
|
@ -529,7 +529,7 @@ case "${host}" in
|
||||
i[3456]86-*-mingw32*)
|
||||
configdirs="$configdirs dosrel" ;;
|
||||
*-cygwin*)
|
||||
configdirs="$configdirs dosrel" ;;
|
||||
configdirs="$configdirs libtermcap dosrel" ;;
|
||||
esac
|
||||
|
||||
# Remove more programs from consideration, based on the host or
|
||||
|
Loading…
x
Reference in New Issue
Block a user