From: Richard M. Stallman Date: Wed, 27 Apr 1994 22:31:09 +0000 (+0000) Subject: (LD_SWITCH_SYSTEM): Undo previous change. X-Git-Tag: emacs-19.34~8713 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e57289154c75b00b0a2a0db60368a6a8cc14432;p=emacs.git (LD_SWITCH_SYSTEM): Undo previous change. --- diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h index 6625785d859..17f17471900 100644 --- a/src/s/sunos4-0.h +++ b/src/s/sunos4-0.h @@ -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