summaryrefslogtreecommitdiff
path: root/src/m/ibmps2-aix.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-10-10 11:46:11 +0000
committerRichard M. Stallman <rms@gnu.org>1992-10-10 11:46:11 +0000
commitc395cc7b236df7dec280977924c091e7876f22fa (patch)
treebe6345ef400ffaac20a18074797014e223349c38 /src/m/ibmps2-aix.h
parenta328c9eff1c3652bd9e7bee83a5297ba2fd35e78 (diff)
downloademacs-c395cc7b236df7dec280977924c091e7876f22fa.tar.gz
[__GNUC__ >= 2] (LIB_STANDARD): Don't define.
Diffstat (limited to 'src/m/ibmps2-aix.h')
-rw-r--r--src/m/ibmps2-aix.h2
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. */
#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