blob: 35e9cd77c31dc6ba1b9d4b00ece13a95c52f8775 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
NAT_FILE= nm-hppah.h
NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o somread.o infptrace.o hpread.o somsolib.o
HOST_IPC=-DBSD_IPC -DPOSIX_WAIT
|