]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SYSTEM): Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Apr 1994 22:31:09 +0000 (22:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Apr 1994 22:31:09 +0000 (22:31 +0000)
src/s/sunos4-0.h

index 6625785d859448d59ecfdb329a63a00f4cacbe24..17f1747190060fc60b2efaefa1415b5ed77b69e4 100644 (file)
@@ -5,11 +5,10 @@
 #define O_NDELAY        FNDELAY /* Non-blocking I/O (4.2 style) */
 #endif
 
-#ifdef __GNUC__
-#define LD_SWITCH_SYSTEM -e __start -static
-#else
+/* 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
-#endif
 
 /* In SunOS 4.1, a static function called by tzsetwall reportedly
    clears the byte just past an eight byte region it mallocs, corrupting