aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 */
123 already has FSCALE defined in a system header. */ 123 already has FSCALE defined in a system header. */
124#define LIBS_MACHINE -lkvm 124#define LIBS_MACHINE -lkvm
125 125
126/* 14/9/84 J.W.Hawtin@lut.ac.uk Solaris 2.1 X86 does not like -traditional
127 with GCC on the C_SWITCH_SYSTEM flags. */
128#ifdef __GNUC__
129#undef C_SWITCH_SYSTEM
130#endif /* GCC */
131#define HAVE_VFORK 126#define HAVE_VFORK
132 127
133#else /* SOLARIS2_4 */ 128#else /* SOLARIS2_4 */
134#ifndef __GNUC__ 129#ifndef __GNUC__
135#undef C_SWITCH_SYSTEM 130#define C_SWITCH_MACHINE -Xa
136#define C_SWITCH_SYSTEM -Xa
137#ifdef HAVE_ALLOCA_H 131#ifdef HAVE_ALLOCA_H
138#include <alloca.h> 132#include <alloca.h>
139#endif /* HAVE_ALLOCA_H */ 133#endif /* HAVE_ALLOCA_H */