diff options
| author | Richard M. Stallman | 1994-04-27 22:31:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-27 22:31:09 +0000 |
| commit | 7e57289154c75b00b0a2a0db60368a6a8cc14432 (patch) | |
| tree | a11f6dbe9421a6335db13d5f9129b11301347a98 /src | |
| parent | ca2a1384219e85471f500872fb31c53417cdf40a (diff) | |
| download | emacs-7e57289154c75b00b0a2a0db60368a6a8cc14432.tar.gz emacs-7e57289154c75b00b0a2a0db60368a6a8cc14432.zip | |
(LD_SWITCH_SYSTEM): Undo previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos4-0.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h index 6625785d859..17f17471900 100644 --- a/src/s/sunos4-0.h +++ b/src/s/sunos4-0.h | |||
| @@ -5,11 +5,10 @@ | |||
| 5 | #define O_NDELAY FNDELAY /* Non-blocking I/O (4.2 style) */ | 5 | #define O_NDELAY FNDELAY /* Non-blocking I/O (4.2 style) */ |
| 6 | #endif | 6 | #endif |
| 7 | 7 | ||
| 8 | #ifdef __GNUC__ | 8 | /* We use the Sun syntax -Bstatic unconditionally, because even when we |
| 9 | #define LD_SWITCH_SYSTEM -e __start -static | 9 | use GCC, these are passed through to the linker, not handled by GCC |
| 10 | #else | 10 | directly. */ |
| 11 | #define LD_SWITCH_SYSTEM -e __start -Bstatic | 11 | #define LD_SWITCH_SYSTEM -e __start -Bstatic |
| 12 | #endif | ||
| 13 | 12 | ||
| 14 | /* In SunOS 4.1, a static function called by tzsetwall reportedly | 13 | /* In SunOS 4.1, a static function called by tzsetwall reportedly |
| 15 | clears the byte just past an eight byte region it mallocs, corrupting | 14 | clears the byte just past an eight byte region it mallocs, corrupting |