diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/sun386.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/m/sun386.h b/src/m/sun386.h index a7537f43e8a..c25ab4dc518 100644 --- a/src/m/sun386.h +++ b/src/m/sun386.h | |||
| @@ -73,3 +73,9 @@ NOTE-END */ | |||
| 73 | #define LD_SWITCH_MACHINE -n -Bstatic | 73 | #define LD_SWITCH_MACHINE -n -Bstatic |
| 74 | /* Get rid of the -e __start that s-sunos4.h does. */ | 74 | /* Get rid of the -e __start that s-sunos4.h does. */ |
| 75 | #undef LD_SWITCH_SYSTEM | 75 | #undef LD_SWITCH_SYSTEM |
| 76 | |||
| 77 | #ifdef USG | ||
| 78 | /* USG detects Solaris. j.w.hawtin@lut.ac.uk says Solaris 2.1 | ||
| 79 | on the 386 needs this. */ | ||
| 80 | #define LIBS_MACHINE -lkvm | ||
| 81 | #endif | ||