diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-12-31 01:30:52 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-12-31 01:30:52 +0000 |
commit | adcb1e06ef4856c844bb54f5931e0709edcaa005 (patch) | |
tree | e46e40b9cfed0995914a61af731d2cc0aa596e34 /gdb/config/powerpc | |
parent | 1b0df0adcb6f15845bac5e209617d5e0af346569 (diff) | |
download | gdb-adcb1e06ef4856c844bb54f5931e0709edcaa005.zip gdb-adcb1e06ef4856c844bb54f5931e0709edcaa005.tar.gz gdb-adcb1e06ef4856c844bb54f5931e0709edcaa005.tar.bz2 |
1998-12-30 Jason Molenda (jsm@bugshack.cygnus.com)
* utils.c: <readline/readline.h> instead of "readline/readline.h".
* configure.in (TERM_LIB): Search for the appropriate term library
on the host system.
* configure: Regenerated.
* Makefile.in (TERMCAP): Set based on autoconf check.
* config/*/*.mh: Don't override TERMCAP setting.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/cygwin.mh | 1 | ||||
-rw-r--r-- | gdb/config/powerpc/solaris.mh | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/powerpc/cygwin.mh b/gdb/config/powerpc/cygwin.mh index 9cc5ddf..0c25709 100644 --- a/gdb/config/powerpc/cygwin.mh +++ b/gdb/config/powerpc/cygwin.mh @@ -1,6 +1,5 @@ MH_CFLAGS= XM_FILE=xm-cygwin.h XDEP_FILES=ser-tcp.o -TERMCAP= NATDEPFILES=win32-nat.o XM_CLIBS=-lkernel32 diff --git a/gdb/config/powerpc/solaris.mh b/gdb/config/powerpc/solaris.mh index d733138..7d3444e 100644 --- a/gdb/config/powerpc/solaris.mh +++ b/gdb/config/powerpc/solaris.mh @@ -7,11 +7,6 @@ XM_CLIBS= -lsocket -lnsl NAT_FILE= nm-solaris.h NATDEPFILES= corelow.o core-sol2.o solib.o procfs.o fork-child.o -# SVR4 comes standard with terminfo, and in some implementations, the -# old termcap descriptions are incomplete. So ensure that we use the -# new terminfo interface and latest terminal descriptions. -TERMCAP=-ltermlib - # If you are compiling with Sun's compiler, add the -xs option to CC # (e.g. `make CC="cc -xs"'). # Sun's compilers require the -xs option to produce debug information |