summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/m/intel386.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 77839be778e..2361c40eb0a 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -123,17 +123,11 @@ NOTE-END */
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
#else /* SOLARIS2_4 */
#ifndef __GNUC__
-#undef C_SWITCH_SYSTEM
-#define C_SWITCH_SYSTEM -Xa
+#define C_SWITCH_MACHINE -Xa
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif /* HAVE_ALLOCA_H */