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/pa | |
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/pa')
-rw-r--r-- | gdb/config/pa/hppahpux.mh | 5 |
1 files changed, 0 insertions, 5 deletions
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 |