diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h index 4cbcc59ab5a8263417cd480415c4d750176f9c5f..0e1b17db43604589e5e79154649d5ba02fe17611 100644 --- a/src/m/ibmps2-aix.h +++ b/src/m/ibmps2-aix.h @@ -205,7 +205,9 @@ so disable it for them. */ #ifdef __GNUC__ #define HAVE_ALLOCA #define alloca(n) __builtin_alloca(n) +#if __GNUC__ < 2 #define LIB_STANDARD /usr/local/lib/gcc-gnulib -lbsd -lrts -lc +#endif /* -g fails to work, so it is omitted. */ /* tranle says that -fstrength-reduce does not help. */ #define C_DEBUG_SWITCH -O -fwritable-strings