Mercurial > emacs
changeset 7140:c2e4cc470ade
(LD_SWITCH_SYSTEM): Undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 27 Apr 1994 22:31:09 +0000 |
parents | 50698dde1c8e |
children | 3d4e66b17fe5 |
files | src/s/sunos4-0.h |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sunos4-0.h Wed Apr 27 21:58:53 1994 +0000 +++ b/src/s/sunos4-0.h Wed Apr 27 22:31:09 1994 +0000 @@ -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