diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/ibmps2-aix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h index 4cbcc59ab5a..0e1b17db436 100644 --- a/src/m/ibmps2-aix.h +++ b/src/m/ibmps2-aix.h | |||
| @@ -205,7 +205,9 @@ so disable it for them. */ | |||
| 205 | #ifdef __GNUC__ | 205 | #ifdef __GNUC__ |
| 206 | #define HAVE_ALLOCA | 206 | #define HAVE_ALLOCA |
| 207 | #define alloca(n) __builtin_alloca(n) | 207 | #define alloca(n) __builtin_alloca(n) |
| 208 | #if __GNUC__ < 2 | ||
| 208 | #define LIB_STANDARD /usr/local/lib/gcc-gnulib -lbsd -lrts -lc | 209 | #define LIB_STANDARD /usr/local/lib/gcc-gnulib -lbsd -lrts -lc |
| 210 | #endif | ||
| 209 | /* -g fails to work, so it is omitted. */ | 211 | /* -g fails to work, so it is omitted. */ |
| 210 | /* tranle says that -fstrength-reduce does not help. */ | 212 | /* tranle says that -fstrength-reduce does not help. */ |
| 211 | #define C_DEBUG_SWITCH -O -fwritable-strings | 213 | #define C_DEBUG_SWITCH -O -fwritable-strings |