From 92063c3e60299a22f5fce595dad677ca453a0bfc Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 29 Jan 1993 05:53:31 +0000 Subject: [PATCH] * config/hp300hpux.mh: No cross-host file needed, just native. --- gdb/ChangeLog | 1 + gdb/config/hp300hpux.mh | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6502671..7acb769 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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, : diff --git a/gdb/config/hp300hpux.mh b/gdb/config/hp300hpux.mh index 7b5bb4c..43e27a3 100644 --- a/gdb/config/hp300hpux.mh +++ b/gdb/config/hp300hpux.mh @@ -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 -- 2.7.4