mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
4eda21f2f6
target config files that they are for the host. When the lines get copied into the Makefile, this makes it more obvious what's up.
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)
|
|
TM_CFLAGS=-Ihp-include
|
|
TDEPFILES= exec.o m68k-pinsn.o
|
|
TM_FILE= tm-hp300hpux.h
|