# HG changeset patch # User Richard M. Stallman # Date 718717571 0 # Node ID 65b91b0ee3320db97bc2eb36c2a31a73aa3b8f51 # Parent bf061c3ded676ac0767b8a509dff0645f9f67268 [__GNUC__ >= 2] (LIB_STANDARD): Don't define. diff -r bf061c3ded67 -r 65b91b0ee332 src/m/ibmps2-aix.h --- a/src/m/ibmps2-aix.h Sat Oct 10 11:40:00 1992 +0000 +++ b/src/m/ibmps2-aix.h Sat Oct 10 11:46:11 1992 +0000 @@ -205,7 +205,9 @@ #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