4f0be35340
* config/pa/hpux11.mh (MH_CFLAGS): Likewise. * config/pa/hpux11w.mh (MH_CFLAGS): Likewise. * configure.in: Improve checks for curses library by checking for mvwaddstr instead of initscr. Drop HP curses in favour of standard curses on HP-UX. * configure: Regenerated.
12 lines
410 B
Text
12 lines
410 B
Text
# Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00
|
|
|
|
# FIXME: cagney/2002-04-07: gdb/366: The -Dvfork=fork hack below is
|
|
# stop GDB hanging on HP/UX. For some reason vfork() hangs yet fork()
|
|
# doesn't ....
|
|
|
|
MH_CFLAGS = -Dvfork=fork
|
|
|
|
NAT_FILE= nm-hppah11.h
|
|
NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infttrace.o somread.o hpread.o somsolib.o
|
|
|
|
HOST_IPC=-DBSD_IPC -DPOSIX_WAIT
|