blob: d3aeb33b623689e924bff10575a0ba08cfb022e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
HOST_IPC=-DBSD_IPC -DPOSIX_WAIT
|