diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-16 23:11:13 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-16 23:11:13 +0000 |
commit | e24cb83d473f62515d0b82cbc0681d177a5737d3 (patch) | |
tree | 9531585f278292ca9a885b202e2ab120abf24212 /gdb/config | |
parent | 61bbb1c2cf5f5a2a05495e1965dd01192d67174e (diff) | |
download | gdb-e24cb83d473f62515d0b82cbc0681d177a5737d3.zip gdb-e24cb83d473f62515d0b82cbc0681d177a5737d3.tar.gz gdb-e24cb83d473f62515d0b82cbc0681d177a5737d3.tar.bz2 |
linux host/target/native separation
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/linux.mh | 4 | ||||
-rw-r--r-- | gdb/config/linux.mt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/config/linux.mh b/gdb/config/linux.mh index 0c1b0a2..e02e420 100644 --- a/gdb/config/linux.mh +++ b/gdb/config/linux.mh @@ -1,6 +1,8 @@ # Host: Intel 386 running System V -XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o +XDEPFILES= i386-xdep.o XM_FILE= xm-linux.h +NAT_FILE= nm-linux.h +NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o coredep.o corelow.o XM_CLIBS= TERMLIB= SYSV_DEFINE=-DSYSV diff --git a/gdb/config/linux.mt b/gdb/config/linux.mt index 05571e0..0f961ba 100644 --- a/gdb/config/linux.mt +++ b/gdb/config/linux.mt @@ -1,3 +1,3 @@ # Target: Intel 386 with a.out -TDEPFILES= exec.o i386-tdep.o i386-pinsn.o +TDEPFILES= i386-tdep.o i386-pinsn.o i387-tdep.o TM_FILE= tm-linux.h |