]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SYSTEM_TEMACS): Defined. Move -e here.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jul 1997 04:05:16 +0000 (04:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jul 1997 04:05:16 +0000 (04:05 +0000)
(LD_SWITCH_SYSTEM): Don't use -e option here.

src/s/sunos4-0.h

index 02bdd1ea0c51d808da18189ff4b44175a79c234f..e648aedab0fc2453d5ac71bc3c10167a6277c87e 100644 (file)
 /* 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