changeset 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 bf061c3ded67
children a7003e65eb66
files src/m/ibmps2-aix.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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