]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_VFORK): Defined.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 01:24:59 +0000 (01:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 01:24:59 +0000 (01:24 +0000)
[__GNUC__] (C_SWITCH_SYSTEM): Add #undef.

src/m/intel386.h

index 77e9e82adba52f244922ad9b8a8cba4b90b2baa6..a5e688f9c987bf772b32e14efe8d6c3c86acc293 100644 (file)
@@ -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,