diff options
| author | Richard M. Stallman | 1995-07-07 13:37:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-07 13:37:33 +0000 |
| commit | 14ee2e03ffe910dcf1c827ca2180770a9d2ccab2 (patch) | |
| tree | ce256005d2b88accadf5c8d702b541fe1faf88e9 | |
| parent | e83ec068f9748599d7ecb29c7b282271e7ce5253 (diff) | |
| download | emacs-14ee2e03ffe910dcf1c827ca2180770a9d2ccab2.tar.gz emacs-14ee2e03ffe910dcf1c827ca2180770a9d2ccab2.zip | |
[!__GNUC__] (LD_SWITCH_SYSTEM): Define this.
| -rw-r--r-- | src/s/irix6-0.h | 4 |
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 | ||