aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/irix6-0.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h
index 1d200055ba3..d7fca0fbfbb 100644
--- a/src/s/irix6-0.h
+++ b/src/s/irix6-0.h
@@ -3,3 +3,7 @@
3/* Irix 6 tries to do 64 bits, but doesn't do it fully, 3/* Irix 6 tries to do 64 bits, but doesn't do it fully,
4 so inhibit that. */ 4 so inhibit that. */
5#define IRIX_FORCE_32_BITS 5#define IRIX_FORCE_32_BITS
6
7#ifndef __GNUC__
8#define LD_SWITCH_SYSTEM -32
9#endif