Mercurial > emacs
changeset 18569:b751e29103f4
(LD_SWITCH_SYSTEM_TEMACS): Defined. Move -e here.
(LD_SWITCH_SYSTEM): Don't use -e option here.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Jul 1997 04:05:16 +0000 |
parents | 5f22717861fa |
children | b49772979571 |
files | src/s/sunos4-0.h |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sunos4-0.h Thu Jul 03 02:29:48 1997 +0000 +++ b/src/s/sunos4-0.h Thu Jul 03 04:05:16 1997 +0000 @@ -12,7 +12,11 @@ /* We use the Sun syntax -Bstatic unconditionally, because even when we use GCC, these are passed through to the linker, not handled by GCC directly. */ -#define LD_SWITCH_SYSTEM -e __start -Bstatic +#define LD_SWITCH_SYSTEM -Bstatic + +/* We use this for linking temacs, but not for other programs + or for tests in configure. */ +#define LD_SWITCH_SYSTEM_TEMACS -e __start /* In SunOS 4.1, a static function called by tzsetwall reportedly clears the byte just past an eight byte region it mallocs, corrupting