diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-11 21:46:17 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-11 21:46:17 +0000 |
commit | b28da8653f04e069700f7c97cd31bf93fd2e651d (patch) | |
tree | a3fcbefac2e5850079b7d99b6241fc69d85e732c /gdb/config/i386/nbsd.mh | |
parent | 4b8ff1fad01bac545e2810c24b03f4211058c609 (diff) | |
download | gdb-b28da8653f04e069700f7c97cd31bf93fd2e651d.zip gdb-b28da8653f04e069700f7c97cd31bf93fd2e651d.tar.gz gdb-b28da8653f04e069700f7c97cd31bf93fd2e651d.tar.bz2 |
* config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
* config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
* config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
* config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
* config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
* config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
Diffstat (limited to 'gdb/config/i386/nbsd.mh')
-rw-r--r-- | gdb/config/i386/nbsd.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nbsd.mh b/gdb/config/i386/nbsd.mh index 6ac1bd5..bf957b5 100644 --- a/gdb/config/i386/nbsd.mh +++ b/gdb/config/i386/nbsd.mh @@ -1,5 +1,5 @@ # Host: Intel 386 running NetBSD -NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386bsd-nat.o \ +NATDEPFILES= fork-child.o infptrace.o inftarg.o i386bsd-nat.o \ solib.o solib-sunos.o XM_FILE= xm-nbsd.h |