diff options
| author | Richard M. Stallman | 1997-08-03 22:59:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-03 22:59:26 +0000 |
| commit | 47adf45238fc8a93c355cba95b246349172ce009 (patch) | |
| tree | e9d2238e49d942de4f224f43508b2ca8a0bc6614 /src/m | |
| parent | 0e6d70d571e9bc54861fd00853c10774a0f18c83 (diff) | |
| download | emacs-47adf45238fc8a93c355cba95b246349172ce009.tar.gz emacs-47adf45238fc8a93c355cba95b246349172ce009.zip | |
(LD_SWITCH_MACHINE):
Add #ifdef emacs around all the definitions of this.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibmrs6000.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 13ea5324955..11b0e519276 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -165,6 +165,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 165 | which most machines don't have. We use the name .inp instead of .imp | 165 | which most machines don't have. We use the name .inp instead of .imp |
| 166 | because .inp is a better convention to use in make-dist for naming | 166 | because .inp is a better convention to use in make-dist for naming |
| 167 | random input files. */ | 167 | random input files. */ |
| 168 | #ifdef emacs /* Prevent this from being used in configure. | ||
| 169 | This also makes it not be used in lib-src, | ||
| 170 | but that is probably ok. */ | ||
| 168 | #ifdef AIX4 | 171 | #ifdef AIX4 |
| 169 | #define LD_SWITCH_MACHINE -Wl,-bnodelcsect | 172 | #define LD_SWITCH_MACHINE -Wl,-bnodelcsect |
| 170 | #else /* not AIX4 */ | 173 | #else /* not AIX4 */ |
| @@ -174,6 +177,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 174 | #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp | 177 | #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp |
| 175 | #endif | 178 | #endif |
| 176 | #endif /* not AIX4 */ | 179 | #endif /* not AIX4 */ |
| 180 | #endif | ||
| 177 | 181 | ||
| 178 | /* Avoid gcc 2.7.x collect2 bug by using /bin/ld instead. */ | 182 | /* Avoid gcc 2.7.x collect2 bug by using /bin/ld instead. */ |
| 179 | #if __GNUC__ == 2 && __GNUC_MINOR__ == 7 | 183 | #if __GNUC__ == 2 && __GNUC_MINOR__ == 7 |