comparison src/m/ibmps2-aix.h @ 1379:65b91b0ee332

[__GNUC__ >= 2] (LIB_STANDARD): Don't define.
author Richard M. Stallman <rms@gnu.org>
date Sat, 10 Oct 1992 11:46:11 +0000
parents 64d3e2f4b8be
children 6c044c8796dd
comparison
equal deleted inserted replaced
1378:bf061c3ded67 1379:65b91b0ee332
203 in the file alloca.s should be used. */ 203 in the file alloca.s should be used. */
204 204
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
212 #else 214 #else
213 #define C_ALLOCA 215 #define C_ALLOCA