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 | |
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')
-rw-r--r-- | gdb/config/i386/i386aix.mh | 2 | ||||
-rw-r--r-- | gdb/config/i386/i386dgux.mh | 5 | ||||
-rw-r--r-- | gdb/config/i386/windows.mh | 1 | ||||
-rw-r--r-- | gdb/config/m68k/dpx2.mh | 2 | ||||
-rw-r--r-- | gdb/config/m68k/m68kv4.mh | 5 | ||||
-rw-r--r-- | gdb/config/pa/hppahpux.mh | 5 | ||||
-rw-r--r-- | gdb/config/powerpc/cygwin.mh | 1 | ||||
-rw-r--r-- | gdb/config/powerpc/solaris.mh | 5 | ||||
-rw-r--r-- | gdb/config/sparc/sun4sol2.mh | 5 |
9 files changed, 0 insertions, 31 deletions
diff --git a/gdb/config/i386/i386aix.mh b/gdb/config/i386/i386aix.mh index 751f813..cea05f0 100644 --- a/gdb/config/i386/i386aix.mh +++ b/gdb/config/i386/i386aix.mh @@ -6,7 +6,5 @@ XDEPFILES= NAT_FILE= nm-i386aix.h NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o i386aix-nat.o -TERMCAP=-lcurses - # Use gcc. Only coff output can be debugged CC=gcc diff --git a/gdb/config/i386/i386dgux.mh b/gdb/config/i386/i386dgux.mh index bc2cee2..e05ebcd 100644 --- a/gdb/config/i386/i386dgux.mh +++ b/gdb/config/i386/i386dgux.mh @@ -7,8 +7,3 @@ XM_CLIBS= -lsocket -lnsl NAT_FILE= nm-i386v4.h NATDEPFILES= corelow.o core-regset.o solib.o procfs.o fork-child.o i386v4-nat.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=-lcurses diff --git a/gdb/config/i386/windows.mh b/gdb/config/i386/windows.mh index c72eae3..3933a6e 100644 --- a/gdb/config/i386/windows.mh +++ b/gdb/config/i386/windows.mh @@ -13,6 +13,5 @@ $(XDEPFILES): $(MAKE) $(FLAGS_TO_PASS) all ) XM_FILE=xm-windows.h -TERMCAP= MMALLOC= SER_HARDWIRE = diff --git a/gdb/config/m68k/dpx2.mh b/gdb/config/m68k/dpx2.mh index e03bdce..4f22ed53 100644 --- a/gdb/config/m68k/dpx2.mh +++ b/gdb/config/m68k/dpx2.mh @@ -5,5 +5,3 @@ XDEPFILES= NAT_FILE= nm-dpx2.h NATDEPFILES= infptrace.o corelow.o core-aout.o inftarg.o dpx2-nat.o fork-child.o - -TERMCAP=-lcurses diff --git a/gdb/config/m68k/m68kv4.mh b/gdb/config/m68k/m68kv4.mh index 4e62bf7..f2db3d9 100644 --- a/gdb/config/m68k/m68kv4.mh +++ b/gdb/config/m68k/m68kv4.mh @@ -5,8 +5,3 @@ XDEPFILES= NAT_FILE= nm-sysv4.h NATDEPFILES= corelow.o core-regset.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 diff --git a/gdb/config/pa/hppahpux.mh b/gdb/config/pa/hppahpux.mh index 35e9cd7..1a4d102 100644 --- a/gdb/config/pa/hppahpux.mh +++ b/gdb/config/pa/hppahpux.mh @@ -1,10 +1,5 @@ # Host: Hewlett-Packard PA-RISC machine, running HPUX -# Some versions of HPUX (10.10 for example) have a libcurses.a that contains a broken -# select(), which if linked into gdb ahead of libc, will cause gdb to core dump on -# startup. As a workaround, always link libc first when using libcurses. -TERMCAP = -lc -lcurses - XM_FILE= xm-hppah.h XDEPFILES= ser-tcp.o 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 diff --git a/gdb/config/sparc/sun4sol2.mh b/gdb/config/sparc/sun4sol2.mh index b24ce9f..468b362 100644 --- a/gdb/config/sparc/sun4sol2.mh +++ b/gdb/config/sparc/sun4sol2.mh @@ -7,11 +7,6 @@ XM_CLIBS= -lsocket -lnsl NAT_FILE= nm-sun4sol2.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 |