1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 04:21:28 -08:00

(LD_SWITCH_SYSTEM): Alternate definition if __GNUC__.

This commit is contained in:
Richard M. Stallman 1994-04-12 03:54:36 +00:00
parent 92ea836df1
commit cd9e76eae2

View file

@ -5,7 +5,11 @@
#define O_NDELAY FNDELAY /* Non-blocking I/O (4.2 style) */
#endif
#ifdef __GNUC__
#define LD_SWITCH_SYSTEM -e __start -static
#else
#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