diff options
| author | Richard M. Stallman | 1997-07-03 04:05:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-03 04:05:16 +0000 |
| commit | 4ceb0cc8f0bb154244a0ae99990e9f91c9f91a6c (patch) | |
| tree | aaf881ca0d61d946ab81e703f5813d70e3623a77 /src/s | |
| parent | ceaa7fbed13947683579244059655e361e9639c6 (diff) | |
| download | emacs-4ceb0cc8f0bb154244a0ae99990e9f91c9f91a6c.tar.gz emacs-4ceb0cc8f0bb154244a0ae99990e9f91c9f91a6c.zip | |
(LD_SWITCH_SYSTEM_TEMACS): Defined. Move -e here.
(LD_SWITCH_SYSTEM): Don't use -e option here.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/sunos4-0.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h index 02bdd1ea0c5..e648aedab0f 100644 --- a/src/s/sunos4-0.h +++ b/src/s/sunos4-0.h | |||
| @@ -12,7 +12,11 @@ | |||
| 12 | /* We use the Sun syntax -Bstatic unconditionally, because even when we | 12 | /* We use the Sun syntax -Bstatic unconditionally, because even when we |
| 13 | use GCC, these are passed through to the linker, not handled by GCC | 13 | use GCC, these are passed through to the linker, not handled by GCC |
| 14 | directly. */ | 14 | directly. */ |
| 15 | #define LD_SWITCH_SYSTEM -e __start -Bstatic | 15 | #define LD_SWITCH_SYSTEM -Bstatic |
| 16 | |||
| 17 | /* We use this for linking temacs, but not for other programs | ||
| 18 | or for tests in configure. */ | ||
| 19 | #define LD_SWITCH_SYSTEM_TEMACS -e __start | ||
| 16 | 20 | ||
| 17 | /* In SunOS 4.1, a static function called by tzsetwall reportedly | 21 | /* In SunOS 4.1, a static function called by tzsetwall reportedly |
| 18 | clears the byte just past an eight byte region it mallocs, corrupting | 22 | clears the byte just past an eight byte region it mallocs, corrupting |