aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 */
121/* j.w.hawtin@lut.ac.uk says Solaris 2.1 on the X86 needs -lkvm, and it 121/* j.w.hawtin@lut.ac.uk says Solaris 2.1 on the X86 needs -lkvm, and it
122 already has FSCALE defined in a system header. */ 122 already has FSCALE defined in a system header. */
123#define LIBS_MACHINE -lkvm 123#define LIBS_MACHINE -lkvm
124
125/* 14/9/84 J.W.Hawtin@lut.ac.uk Solaris 2.1 X86 does not like -traditional
126 with GCC on the C_SWITCH_SYSTEM flags. */
127#ifdef __GNUC__
128#undef C_SWITCH_SYSTEM
129#endif /* GCC */
130#define HAVE_VFORK
131
124#endif 132#endif
125 133
126/* configure thinks solaris X86 has gethostname, but it does not work, 134/* configure thinks solaris X86 has gethostname, but it does not work,