* config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
[deliverable/binutils-gdb.git] / gdb / config / pa / hpux1020.mh
1 # Host: Hewlett-Packard PA-RISC machine, running HPUX 10.20
2
3 # FIXME: cagney/2002-04-07: gdb/366: The -Dvfork=fork hack below is
4 # stop GDB hanging on HP/UX. For some reason vfork() hangs yet fork()
5 # doesn't ....
6
7 MH_CFLAGS = -Dvfork=fork
8
9 NAT_FILE= nm-hppah.h
10 NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infptrace.o somread.o hpread.o somsolib.o
11
12 HOST_IPC=-DBSD_IPC -DPOSIX_WAIT
This page took 0.030138 seconds and 4 git commands to generate.