1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

[!__GNUC__] (LD_SWITCH_SYSTEM): Define this.

This commit is contained in:
Richard M. Stallman 1995-07-07 13:37:33 +00:00
parent e83ec068f9
commit 14ee2e03ff

View 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