summaryrefslogtreecommitdiff
path: root/src/m/intel386.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-17 01:24:59 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-17 01:24:59 +0000
commitff6877f798b07ca9463b4a10c1d0131fc2a5eab9 (patch)
tree106602db9878527272a66187eb9d9fa75b0e1882 /src/m/intel386.h
parent01da66db086250239666cfdf5994b2130c8c8273 (diff)
downloademacs-ff6877f798b07ca9463b4a10c1d0131fc2a5eab9.tar.gz
(HAVE_VFORK): Defined.
[__GNUC__] (C_SWITCH_SYSTEM): Add #undef.
Diffstat (limited to 'src/m/intel386.h')
-rw-r--r--src/m/intel386.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 77e9e82adba..a5e688f9c98 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -121,6 +121,14 @@ NOTE-END */
/* j.w.hawtin@lut.ac.uk says Solaris 2.1 on the X86 needs -lkvm, and it
already has FSCALE defined in a system header. */
#define LIBS_MACHINE -lkvm
+
+/* 14/9/84 J.W.Hawtin@lut.ac.uk Solaris 2.1 X86 does not like -traditional
+ with GCC on the C_SWITCH_SYSTEM flags. */
+#ifdef __GNUC__
+#undef C_SWITCH_SYSTEM
+#endif /* GCC */
+#define HAVE_VFORK
+
#endif
/* configure thinks solaris X86 has gethostname, but it does not work,