aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386v4.mh11
1 files changed, 8 insertions, 3 deletions
diff --git a/gdb/config/i386v4.mh b/gdb/config/i386v4.mh
index 6a5ef06..ac7ad65 100644
--- a/gdb/config/i386v4.mh
+++ b/gdb/config/i386v4.mh
@@ -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