]> git.eshelyaron.com Git - emacs.git/commitdiff
[!__GNUC__] (LD_SWITCH_SYSTEM): Define this.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Jul 1995 13:37:33 +0000 (13:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Jul 1995 13:37:33 +0000 (13:37 +0000)
src/s/irix6-0.h

index 1d200055ba3971a6c666449281e1983f9a516546..d7fca0fbfbb12f399a30f65c30d6ed78358addb0 100644 (file)
@@ -3,3 +3,7 @@
 /* Irix 6 tries to do 64 bits, but doesn't do it fully,
    so inhibit that.  */
 #define IRIX_FORCE_32_BITS
+
+#ifndef __GNUC__
+#define LD_SWITCH_SYSTEM -32
+#endif