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:
parent
92ea836df1
commit
cd9e76eae2
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue