mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
(LD_SWITCH_SYSTEM): Add alternate definition if not __NeXT.
This commit is contained in:
parent
3f5a3e124b
commit
5aadc2d2ee
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ Boston, MA 02111-1307, USA. */
|
|||
#ifndef __NeXT /* This is defined by standard GCC
|
||||
but not by NeXT's compiler. */
|
||||
#define LD_SWITCH_SYSTEM -X -noseglinkedit
|
||||
#else /* __NeXT */
|
||||
#define LD_SWITCH_SYSTEM -Xlinker -noseglinkedit
|
||||
#endif /* __NeXT */
|
||||
|
||||
/* Don't use -lc on the NeXT. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue