From 4ceb0cc8f0bb154244a0ae99990e9f91c9f91a6c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 3 Jul 1997 04:05:16 +0000 Subject: (LD_SWITCH_SYSTEM_TEMACS): Defined. Move -e here. (LD_SWITCH_SYSTEM): Don't use -e option here. --- src/s/sunos4-0.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/s') diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h index 02bdd1ea0c..e648aedab0 100644 --- a/src/s/sunos4-0.h +++ b/src/s/sunos4-0.h @@ -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 -- cgit v1.2.3