blob: d061486ad1502805e8b3ac253529cb3fc19f3731 (
plain)
1
2
3
4
5
6
7
8
9
10
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)
TM_CFLAGS=-Ihp-include
TDEPFILES= exec.o m68k-pinsn.o
TM_FILE= tm-hp300hpux.h
|