d9915ebc47
* Makefile.in, config/*.mh, config/*.mt: Rename TM_CFLAGS to MT_CFLAGS, XM_CFLAGS to MH_CFLAGS to match file names. * config/sun4os5.mh: Add MH_CFLAGS=-xs to save debug info.
12 lines
365 B
Mathematica
12 lines
365 B
Mathematica
# 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= exec.o m68k-pinsn.o
|
|
TM_FILE= tm-hp300hpux.h
|