1991-07-05 06:51:41 +09:00
|
|
|
# Host: Hewlett-Packard 9000 series 300, running HPUX
|
1991-03-29 00:28:29 +08:00
|
|
|
# The following is true because gcc uses a different .o file format
|
|
|
|
# than the native HPUX compiler
|
|
|
|
#msg If you compile GDB with GCC on HPUX, you must make sure
|
|
|
|
#msg that the `nm' used in `munch' is GNU nm
|
|
|
|
#msg
|
|
|
|
|
|
|
|
# The headers in the directory hp-include override system headers
|
|
|
|
# and tell GDB to use BSD executable file format (hence -Ihp-include)
|
1991-04-05 17:11:18 +08:00
|
|
|
XDEPFILES= infptrace.o hp300ux-xdep.o
|
1991-03-29 00:28:29 +08:00
|
|
|
XM_FILE= xm-hp300hpux.h
|
|
|
|
SYSV_DEFINE=-DSYSV
|
|
|
|
REGEX=regex.o
|
|
|
|
REGEX1=regex.o
|
|
|
|
ALLOCA=alloca.o
|