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/linux.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/linux.mh')
-rw-r--r-- | gdb/config/linux.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/linux.mh b/gdb/config/linux.mh index cfe7a66..0c1b0a2 100644 --- a/gdb/config/linux.mh +++ b/gdb/config/linux.mh @@ -1,5 +1,5 @@ # Host: Intel 386 running System V -XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o i386-xdep.o i387-tdep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o XM_FILE= xm-linux.h XM_CLIBS= TERMLIB= |