diff options
Diffstat (limited to 'gdb/config/pa/hpux11.mh')
-rw-r--r-- | gdb/config/pa/hpux11.mh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/config/pa/hpux11.mh b/gdb/config/pa/hpux11.mh deleted file mode 100644 index 8b85c42..0000000 --- a/gdb/config/pa/hpux11.mh +++ /dev/null @@ -1,11 +0,0 @@ -# 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 |