misc 386 configs updated
This commit is contained in:
parent
f1a353db99
commit
c36989aa95
10 changed files with 37 additions and 9 deletions
|
@ -1,5 +1,20 @@
|
|||
Fri Oct 16 13:06:08 1992 K. Richard Pixley (rich@sendai.cygnus.com)
|
||||
|
||||
Miscellaneous 386 configs updated.
|
||||
|
||||
* config/i386aout.mt (TDEPFILES): removed exec.o.
|
||||
* config/i386sol2.mh, config/ncr3000.mh, config/i386v4.mh
|
||||
(XDEPFILES): removed procfs.o fork-child.o i386-xdep.o.
|
||||
(NAT_FILE, NATDEPFILES): new macros.
|
||||
* config/i386aout.mt, config/i386sol2.mt, config/ncr3000.mt,
|
||||
config/i386v4.mt (TDEPFILES): removed exec.o.
|
||||
* config/i386v32.mh (XDEPFILES): removed infptrace.o inftarg.o
|
||||
fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o.
|
||||
(NAT_FILE, NATDEPFILES): new macros.
|
||||
* config/i386sco.mh (XDEPFILES): removed infptrace.o inftarg.o
|
||||
fork-child.o coredep.o corelow.o i386-xdep.o.
|
||||
(NAT_FILE, NATDEPFILES): new macros.
|
||||
|
||||
Native support cleanup for i386bsd (untested).
|
||||
|
||||
* config/i386bsd.mt (NATDEPFILES): exec.o removed.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Target: Intel 386 with a.out
|
||||
|
||||
TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
|
||||
TDEPFILES= i386-tdep.o i386-pinsn.o
|
||||
TM_FILE= tm-i386v.h
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Host: Intel 386 running SCO Unix (pre-SVR4)
|
||||
XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o
|
||||
XDEPFILES= i387-tdep.o
|
||||
XM_FILE= xm-i386sco.h
|
||||
NAT_FILE= nm-i386sco.h
|
||||
NATDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386v-nat.o
|
||||
XM_CLIBS= -lPW
|
||||
SYSV_DEFINE=-DSYSV
|
||||
REGEX=regex.o
|
||||
|
|
|
@ -10,11 +10,14 @@ REGEX1=regex.o
|
|||
|
||||
# Need to compile and link in support for SVR4's /proc and i386 host dependent
|
||||
# routines.
|
||||
XDEPFILES= procfs.o fork-child.o i386-xdep.o
|
||||
XDEPFILES=
|
||||
|
||||
# Use the i386 SVR4 host configuration file.
|
||||
XM_FILE= xm-i386v4.h
|
||||
|
||||
NAT_FILE= nm-i386v.h
|
||||
NATDEPFILES= exec.o procfs.o fork-child.o i386v-nat.o
|
||||
|
||||
# We need to find alloca() somewhere. Gcc has one built in, but most other
|
||||
# compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because
|
||||
# we have to be careful not to pull in anything else from the library (lots
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Target: Intel 386 running SVR4
|
||||
TDEPFILES= exec.o i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
|
||||
TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
|
||||
TM_FILE= tm-i386v4.h
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Host: Intel 386 running System V release 3.2
|
||||
XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o
|
||||
XDEPFILES=
|
||||
XM_FILE= xm-i386v32.h
|
||||
NAT_FILE= nm-i386v.h
|
||||
NATDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386v-nat.o
|
||||
XM_CLIBS= -lPW
|
||||
SYSV_DEFINE=-DSYSV
|
||||
REGEX=regex.o
|
||||
|
|
|
@ -6,11 +6,14 @@ REGEX1=regex.o
|
|||
|
||||
# Need to compile and link in support for SVR4's /proc and i386 host dependent
|
||||
# routines.
|
||||
XDEPFILES= procfs.o fork-child.o i386-xdep.o
|
||||
XDEPFILES=
|
||||
|
||||
# Use the i386 SVR4 host configuration file.
|
||||
XM_FILE= xm-i386v4.h
|
||||
|
||||
NAT_FILE= nm-i386v.h
|
||||
NATDEPFILES= exec.o procfs.o fork-child.o i386v-nat.o
|
||||
|
||||
# We need to find alloca() somewhere. Gcc has one built in, but most other
|
||||
# compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because
|
||||
# we have to be careful not to pull in anything else from the library (lots
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Target: Intel 386 running SVR4
|
||||
TDEPFILES= exec.o i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
|
||||
TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
|
||||
TM_FILE= tm-i386v4.h
|
||||
|
|
|
@ -15,11 +15,14 @@ REGEX1=regex.o
|
|||
|
||||
# Need to compile and link in support for SVR4's /proc and i386 host dependent
|
||||
# routines.
|
||||
XDEPFILES= procfs.o fork-child.o i386-xdep.o
|
||||
XDEPFILES=
|
||||
|
||||
# Use the i386 SVR4 host configuration file.
|
||||
XM_FILE= xm-i386v4.h
|
||||
|
||||
NAT_FILE= nm-i386v.h
|
||||
NATDEPFILES= exec.o procfs.o fork-child.o i386v-nat.o
|
||||
|
||||
# We need to find alloca() somewhere. Gcc has one built in, but most other
|
||||
# compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because
|
||||
# we have to be careful not to pull in anything else from the library (lots
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Target: Intel 386 running SVR4
|
||||
TDEPFILES= exec.o i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
|
||||
TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
|
||||
TM_FILE= tm-i386v4.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue