diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-04-07 22:34:31 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-04-07 22:34:31 +0000 |
commit | 006defbaa8bdec6f565cac25b2a35251629c1c57 (patch) | |
tree | 0939edc1d29b8a17fc867988de70f55e952282bb /gdb/config/pa/hpux11w.mh | |
parent | cf1fcca124940328ddedb5709b1e7ee7b1e47356 (diff) | |
download | gdb-006defbaa8bdec6f565cac25b2a35251629c1c57.zip gdb-006defbaa8bdec6f565cac25b2a35251629c1c57.tar.gz gdb-006defbaa8bdec6f565cac25b2a35251629c1c57.tar.bz2 |
I believe Jeff Law denies responsability for this one:
* config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
* config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
* config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
Work-around for PR gdb/366.
Diffstat (limited to 'gdb/config/pa/hpux11w.mh')
-rw-r--r-- | gdb/config/pa/hpux11w.mh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/config/pa/hpux11w.mh b/gdb/config/pa/hpux11w.mh index 279efa1..b784263 100644 --- a/gdb/config/pa/hpux11w.mh +++ b/gdb/config/pa/hpux11w.mh @@ -1,6 +1,10 @@ # Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00 -MH_CFLAGS = -D__HP_CURSES +# 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 = -D__HP_CURSES -Dvfork=fork XM_FILE= xm-hppah.h |