Missed in last checkin.
authorFred Fish <fnf@specifix.com>
Sun, 15 Mar 1992 01:10:01 +0000 (01:10 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 15 Mar 1992 01:10:01 +0000 (01:10 +0000)
gdb/config/i386v4.mh

index 6a5ef06546fdb89b020a79ccdb2b9c4c4008eaf1..ac7ad658961ddced6712bff8895bf165c9f5308b 100644 (file)
@@ -1,11 +1,16 @@
 # Host: Intel 386 running SVR4.
-XDEPFILES= procfs.o i386-xdep.o
-XM_FILE= xm-i386v4.h
-XM_CLIBS=
+
 SYSV_DEFINE=-DSYSV
 REGEX=regex.o
 REGEX1=regex.o
 
+# Need to compile and link in support for SVR4's /proc and i386 host dependent
+# routines.
+XDEPFILES= procfs.o i386-xdep.o
+
+# Use the i386 SVR4 host configuration file.
+XM_FILE= xm-i386v4.h
+
 # We need to find alloca() somewhere.  Gcc has one built in, but most other
 # compilers don't.  Using the one in /usr/ucblib/libucb.a is tricky because
 # we have to be careful not to pull in anything else from the library (lots