diff options
Diffstat (limited to 'gdb/config/m68k/hp300hpux.mt')
-rw-r--r-- | gdb/config/m68k/hp300hpux.mt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/config/m68k/hp300hpux.mt b/gdb/config/m68k/hp300hpux.mt new file mode 100644 index 0000000..a8902cd --- /dev/null +++ b/gdb/config/m68k/hp300hpux.mt @@ -0,0 +1,11 @@ +# Target: Hewlett-Packard 9000 series 300, running HPUX + +#msg Note that GDB can only read symbols from programs that were +#msg compiled with GCC +#msg + +# The headers in the directory hp-include override system headers +# and tell GDB to use BSD executable file format (hence -Ihp-include) +MT_CFLAGS=-Ihp-include +TDEPFILES= m68k-pinsn.o +TM_FILE= tm-hp300hpux.h |