* config/i386/{i386m3.mt,i386m3.mh},

config/mips/{mipsm3.mt,mipsm3.mh},
	config/ns32k/{ns32km3.mt,ns32km3.mh}: Use correct names for TM_FILE
	and XM_FILE.  Replace host files *mach3-xdep.o with native
	files *m3-nat.o.  Replace host file os-mach3.o with native
	file m3-nat.o.
This commit is contained in:
Jim Kingdon 1993-10-28 15:04:40 +00:00
parent 4d52ec8623
commit 355b334f68
5 changed files with 9 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Host: Intel 386 running Mach3
XDEPFILES= os-mach3.o i387-tdep.o coredep.o
NATDEPFILES= i386m3-nat.o
XDEPFILES= i387-tdep.o coredep.o
NATDEPFILES= i386m3-nat.o m3-nat.o
XM_FILE= xm-i386m3.h
# Don't use the mmalloc library in Mach 3.

View File

@ -1,8 +1,9 @@
# Host: Little endian MIPS machine such as pmax
# running Mach 3.0 operating system
XDEPFILES= os-mach3.o mipsmach3-xdep.o coredep.o
XM_FILE= xm-mipsmach3.h
XDEPFILES= coredep.o
NATDEPFILES= mipsm3-nat.o m3-nat.o
XM_FILE= xm-mipsm3.h
# Don't use the mmalloc library in Mach 3.
MMALLOC_LIB =

View File

@ -1,4 +1,4 @@
# Target: Little-endian MIPS machine such as pmax
# running Mach 3.0 operating system
TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o
TM_FILE= tm-mipsmach3.h
TM_FILE= tm-mipsm3.h

View File

@ -1,7 +1,7 @@
# Host: ns32k running Mach3
XDEPFILES= os-mach3.o ns32kmach3-xdep.o
XM_FILE= xm-ns32kmach3.h
NATDEPFILES= m3-nat.o ns32km3-nat.o
XM_FILE= xm-ns32km3.h
# Don't use the mmalloc library in Mach 3.
MMALLOC_LIB =

View File

@ -1,4 +1,4 @@
# Target: ns32k with a.out on Mach 3
TDEPFILES= exec.o ns32k-pinsn.o ns32k-tdep.o
TM_FILE= tm-ns32kmach3.h
TM_FILE= tm-ns32km3.h