2005-06-13 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gdb / config / i386 / linux.mh
index ba7321e0cebf9f32e4a1b33297e605838a1a0e41..84c92cf457ae30189246342924edeb80b660a5a3 100644 (file)
@@ -1,14 +1,11 @@
-# Host: Intel 386 running System V
-XDEPFILES= 
-XM_FILE= xm-linux.h
+# Host: Intel 386 running GNU/Linux.
+
 NAT_FILE= nm-linux.h
-# corelow.o commented out because core dumps are broken as of GDB 4.9.
-# According to eichin@cygnus.com, the GDB which ships with linux (not sure
-# which linux distribution) can read a linux core dump.  It's numbered 4.8,
-# but I don't know whether it's vanilla 4.8 or modified.
-NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o coredep.o i386v-nat.o
-XM_CLIBS=
-TERMLIB=
-SYSV_DEFINE=-DSYSV
-REGEX=regex.o
-REGEX1=regex.o
+NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
+       core-aout.o i386-nat.o i386-linux-nat.o \
+       proc-service.o linux-thread-db.o gcore.o \
+       linux-nat.o
+
+# The dynamically loaded libthread_db needs access to symbols in the
+# gdb executable.
+LOADLIBES = -ldl -rdynamic
This page took 0.026802 seconds and 4 git commands to generate.