diff options
| author | Richard M. Stallman | 1992-10-10 11:46:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-10-10 11:46:11 +0000 |
| commit | c395cc7b236df7dec280977924c091e7876f22fa (patch) | |
| tree | be6345ef400ffaac20a18074797014e223349c38 /src/m | |
| parent | a328c9eff1c3652bd9e7bee83a5297ba2fd35e78 (diff) | |
| download | emacs-c395cc7b236df7dec280977924c091e7876f22fa.tar.gz emacs-c395cc7b236df7dec280977924c091e7876f22fa.zip | |
[__GNUC__ >= 2] (LIB_STANDARD): Don't define.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibmps2-aix.h | 2 |
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. */ | |||
| 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 |