* config/hp300hpux.mh: No cross-host file needed, just native.
This commit is contained in:
parent
71e60679bd
commit
92063c3e60
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
Thu Jan 28 19:09:02 1993 John Gilmore (gnu@cygnus.com)
|
||||
|
||||
* config/hp300hpux.mh: No cross-host file needed, just native.
|
||||
* config/go32.mh: Remove nonexistent "native" support.
|
||||
|
||||
M88K fixes reported by Carl Greco, <cgreco@Creighton.Edu>:
|
||||
|
|
|
@ -5,12 +5,9 @@
|
|||
#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)
|
||||
XDEPFILES= hp300ux-xdep.o
|
||||
XM_FILE= xm-hp300hpux.h
|
||||
NAT_FILE= nm-hp300hpux.h
|
||||
NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o
|
||||
NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o hp300ux-nat.o
|
||||
SYSV_DEFINE=-DSYSV
|
||||
REGEX=regex.o
|
||||
REGEX1=regex.o
|
||||
|
|
Loading…
Reference in a new issue