comparison src/s/irix6-0.h @ 13787:434b944a78c9

(C_SWITCH_SYSTEM): #undef this if THIS_IS_MAKEFILE.
author Karl Heuer <kwzh@gnu.org>
date Thu, 21 Dec 1995 17:19:48 +0000
parents a48e520afeb6
children bfaf5fb2a22c
comparison
equal deleted inserted replaced
13786:6e415bb093fe 13787:434b944a78c9
5 #define IRIX_FORCE_32_BITS 5 #define IRIX_FORCE_32_BITS
6 6
7 #ifndef __GNUC__ 7 #ifndef __GNUC__
8 #define LD_SWITCH_SYSTEM -32 8 #define LD_SWITCH_SYSTEM -32
9 #endif 9 #endif
10
11 /* This macro definition, which we inherited from irix5-0.h,
12 is needed in configure on Irix 5, but gets in the way there
13 on Irix 6. So get rid of it except in Makefile.in where we need it. */
14 #ifndef THIS_IS_MAKEFILE
15 #undef C_SWITCH_SYSTEM
16 #endif