]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SYSTEM): Add alternate definition if not __NeXT.
authorRichard M. Stallman <rms@gnu.org>
Sat, 31 Aug 1996 19:22:43 +0000 (19:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 31 Aug 1996 19:22:43 +0000 (19:22 +0000)
src/s/nextstep.h

index 011847ddd7952ec2d8a888ad5fee2f762cfc32c6..9cff2fb714044f1ed35ac617c180705ec9f0588a 100644 (file)
@@ -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.  */