diff options
| author | Richard M. Stallman | 1992-10-06 18:53:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-10-06 18:53:45 +0000 |
| commit | ebdf55469b1ed88569149149440f6feb9f6da49d (patch) | |
| tree | 568b910f9d6f5aa9dad6dfb77d7019485e8db316 /src | |
| parent | a078803d3e8f15a057e0e2f9cc5371946769c4b4 (diff) | |
| download | emacs-ebdf55469b1ed88569149149440f6feb9f6da49d.tar.gz emacs-ebdf55469b1ed88569149149440f6feb9f6da49d.zip | |
entered into RCS
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/ibmps2-aix.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h index 02deefe97de..4cbcc59ab5a 100644 --- a/src/m/ibmps2-aix.h +++ b/src/m/ibmps2-aix.h | |||
| @@ -231,3 +231,17 @@ so disable it for them. */ | |||
| 231 | #undef LIBX10_SYSTEM | 231 | #undef LIBX10_SYSTEM |
| 232 | #undef LIBX11_SYSTEM | 232 | #undef LIBX11_SYSTEM |
| 233 | #endif | 233 | #endif |
| 234 | |||
| 235 | /* Shared libraries are supported in a patch release of ps/2 1.2.1. | ||
| 236 | If the system has them, the user can turn them on, and this code | ||
| 237 | will make them work. */ | ||
| 238 | #define USG_SHARED_LIBRARIES /* Assume that by 19's release everyone has this. */ | ||
| 239 | |||
| 240 | #ifdef USG_SHARED_LIBRARIES | ||
| 241 | #define ORDINARY_LINK | ||
| 242 | #undef LIB_STANDARD | ||
| 243 | #undef LD_SWITCH_MACHINE | ||
| 244 | #if __GNUC__ > 1 | ||
| 245 | #define LD_SWITCH_MACHINE -shlib | ||
| 246 | #endif | ||
| 247 | #endif | ||