changeset 8838:3f629c277e6b

(HAVE_VFORK): Defined. [__GNUC__] (C_SWITCH_SYSTEM): Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Sep 1994 01:24:59 +0000
parents a48847852901
children 41981db9ad8e
files src/m/intel386.h
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/intel386.h	Sat Sep 17 01:00:25 1994 +0000
+++ b/src/m/intel386.h	Sat Sep 17 01:24:59 1994 +0000
@@ -121,6 +121,14 @@
 /* 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,