* config/pa/hppahpux.mh (TERMCAP): Always link to libc before

libcurses, to avoid picking up broken select() from libcurses
	on some versions of HPUX.
This commit is contained in:
Fred Fish
1996-12-26 23:29:26 +00:00
parent a7f6f9ed4d
commit 34191e5205
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Thu Dec 26 15:20:48 1996 Fred Fish <fnf@cygnus.com>
* config/pa/hppahpux.mh (TERMCAP): Always link to libc before
libcurses, to avoid picking up broken select() from libcurses
on some versions of HPUX.
Thu Dec 26 15:15:21 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
* sparclet-rom.c: Remove includes of Unix system files.

View File

@ -1,6 +1,9 @@
# Host: Hewlett-Packard PA-RISC machine, running HPUX
TERMCAP = -lcurses
# 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