diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-02-14 00:49:47 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-02-14 00:49:47 +0000 |
commit | 8970f2fd36669b48e27f47e1b459bd88af88cb96 (patch) | |
tree | a0bfb48279754897513134d00f91030fa874fdb7 /gdb/config/i386 | |
parent | 67d8c3aa3026c04edf660670b6910984e6089e23 (diff) | |
download | gdb-8970f2fd36669b48e27f47e1b459bd88af88cb96.zip gdb-8970f2fd36669b48e27f47e1b459bd88af88cb96.tar.gz gdb-8970f2fd36669b48e27f47e1b459bd88af88cb96.tar.bz2 |
* config/i386/i386mk.mt (OBJFORMATS): Delete, no longer used.
* config/i386/xm-i386mk.h: Fix an include.
* config/pyr/tm-pyr.h (PC_INNER_THAN): Remove, never used.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/i386mk.mt | 2 | ||||
-rw-r--r-- | gdb/config/i386/xm-i386mk.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/i386/i386mk.mt b/gdb/config/i386/i386mk.mt index aa2f6a4..fc59442 100644 --- a/gdb/config/i386/i386mk.mt +++ b/gdb/config/i386/i386mk.mt @@ -1,6 +1,6 @@ # Target: Intel 386 with a.out in osf 1/mk TDEPFILES= i386-tdep.o TM_FILE= tm-i386osf1mk.h + TM_CFLAGS= -I/usr/mach3/include TM_CLIBS= /usr/mach3/ccs/lib/libmachid.a /usr/mach3/ccs/lib/libnetname.a /usr/mach3/ccs/lib/libmach.a -OBJFORMATS= dbxread.o diff --git a/gdb/config/i386/xm-i386mk.h b/gdb/config/i386/xm-i386mk.h index 7bbe02f..661c9cb 100644 --- a/gdb/config/i386/xm-i386mk.h +++ b/gdb/config/i386/xm-i386mk.h @@ -22,4 +22,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EMULATOR_BASE 0xa0000000 #define EMULATOR_END 0xa0040000 -#include "xm-i386mach3.h" +#include "i386/xm-i386m3.h" |