diff options
author | John Gilmore <gnu@cygnus> | 1992-10-16 10:15:32 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-16 10:15:32 +0000 |
commit | 5a56198d68b7f6d75934a5167a1e0bb246bd1c44 (patch) | |
tree | 29822df1d9392b9b54b44e9919bb418ed37f3330 /gdb/config/rtbsd.mh | |
parent | d5a66a8d050836e68ae07172fe08e1e23920895d (diff) | |
download | gdb-5a56198d68b7f6d75934a5167a1e0bb246bd1c44.zip gdb-5a56198d68b7f6d75934a5167a1e0bb246bd1c44.tar.gz gdb-5a56198d68b7f6d75934a5167a1e0bb246bd1c44.tar.bz2 |
Make core files work again on most hosts, by adding corelow.o.
Diffstat (limited to 'gdb/config/rtbsd.mh')
-rw-r--r-- | gdb/config/rtbsd.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/rtbsd.mh b/gdb/config/rtbsd.mh index 381c5a9..c309da2 100644 --- a/gdb/config/rtbsd.mh +++ b/gdb/config/rtbsd.mh @@ -2,7 +2,7 @@ # This file contributed at NYU, where we are using the RT to remote # debug a 29k running unix. No attempt, as of 7/16/91, has been made # to support debugging of RT executables. -XDEPFILES=coredep.o infptrace.o inftarg.o fork-child.o +XDEPFILES=coredep.o corelow.o infptrace.o inftarg.o fork-child.o MH_CFLAGS=-DHOSTING_ONLY # No debugging of RT executables XM_FILE= xm-rtbsd.h CC=gcc -traditional # hc/pcc just can't cut it. |