diff options
| author | Richard M. Stallman | 1994-08-21 18:09:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-21 18:09:30 +0000 |
| commit | c276c7193f1f90d49157d1f7daad7484ce6e5016 (patch) | |
| tree | 2e32abf754238978bd4022566a888672273f3d7c /src | |
| parent | facbb78efa2c17a9b94cb3e7a64285057fc6219a (diff) | |
| download | emacs-c276c7193f1f90d49157d1f7daad7484ce6e5016.tar.gz emacs-c276c7193f1f90d49157d1f7daad7484ce6e5016.zip | |
(LD_SWITCH_MACHINE): Supply m/ibmrs6000.inp as input.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/ibmrs6000.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index d882d01f7a1..17a2cf41693 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -141,10 +141,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 141 | 141 | ||
| 142 | #define ORDINARY_LINK | 142 | #define ORDINARY_LINK |
| 143 | /* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4. */ | 143 | /* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4. */ |
| 144 | /* marc@sti.com (Marc Pawliger) says ibmrs6000.inp is needed to avoid | ||
| 145 | linker error for X11R6 library, which references pthread library | ||
| 146 | which most machines don't have. We use the name .inp instead of .imp | ||
| 147 | because .inp is a better convention to use in make-dist for naming | ||
| 148 | random input files. */ | ||
| 144 | #ifdef HAVE_AIX_SMT_EXP | 149 | #ifdef HAVE_AIX_SMT_EXP |
| 145 | #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:/usr/lpp/X11/bin/smt.exp | 150 | #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:m/ibmrs6000.inp,-bI:/usr/lpp/X11/bin/smt.exp |
| 146 | #else | 151 | #else |
| 147 | #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp | 152 | #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:m/ibmrs6000.inp |
| 148 | #endif | 153 | #endif |
| 149 | 154 | ||
| 150 | /* AIX supposedly doesn't use this interface, but on thr RS/6000 | 155 | /* AIX supposedly doesn't use this interface, but on thr RS/6000 |