diff options
Diffstat (limited to 'gdb/config/m68k/hp300hpux.mh')
-rw-r--r-- | gdb/config/m68k/hp300hpux.mh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/config/m68k/hp300hpux.mh b/gdb/config/m68k/hp300hpux.mh new file mode 100644 index 0000000..8ceb187 --- /dev/null +++ b/gdb/config/m68k/hp300hpux.mh @@ -0,0 +1,8 @@ +# Host: Hewlett-Packard 9000 series 300, running HPUX +# The following is true because gcc uses a different .o file format +# than the native HPUX compiler + +XM_FILE= xm-hp300hpux.h + +NAT_FILE= nm-hp300hpux.h +NATDEPFILES= infptrace.o inftarg.o fork-child.o hp300ux-nat.o corelow.o core-aout.o |