summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-03 04:05:16 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-03 04:05:16 +0000
commit40e7faef44852530522a04210ffb78de90567522 (patch)
tree006b6cf329bb32bab20cd8d475000ed98c629c5b /src
parent1b6844cdc175ed445aada4535165b5ea27e703ff (diff)
downloademacs-40e7faef44852530522a04210ffb78de90567522.tar.gz
(LD_SWITCH_SYSTEM_TEMACS): Defined. Move -e here.
(LD_SWITCH_SYSTEM): Don't use -e option here.
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos4-0.h6
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 @@
/* 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