diff options
| author | Richard M. Stallman | 1994-06-05 17:51:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-05 17:51:23 +0000 |
| commit | 24eb26b1f02a1e144947e1b3bfba9c083ac6410f (patch) | |
| tree | 236a15f8e20aff37eb06cc5939a3483cbcf6d09b /src | |
| parent | e1b1bee8727ff3f7a8595f0e2da1560f8aabcded (diff) | |
| download | emacs-24eb26b1f02a1e144947e1b3bfba9c083ac6410f.tar.gz emacs-24eb26b1f02a1e144947e1b3bfba9c083ac6410f.zip | |
(LIBS_MACHINE) [USG]: New #define.
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 | ||