aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-07-21 19:10:38 +0000
committerRichard M. Stallman1995-07-21 19:10:38 +0000
commitbcc31647df91e6e34089ac99d43a75b5ed4d11a3 (patch)
tree4f42673edbb54fa6c762632bc2cd423be9d96f34 /src
parent4a840d8bf75c820f240996248f4921258de91177 (diff)
downloademacs-bcc31647df91e6e34089ac99d43a75b5ed4d11a3.tar.gz
emacs-bcc31647df91e6e34089ac99d43a75b5ed4d11a3.zip
(LD_SWITCH_MACHINE) [AIX4]: New alternate definition.
Diffstat (limited to 'src')
-rw-r--r--src/m/ibmrs6000.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 46e8290c268..54b661cecd2 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -151,11 +151,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
151 which most machines don't have. We use the name .inp instead of .imp 151 which most machines don't have. We use the name .inp instead of .imp
152 because .inp is a better convention to use in make-dist for naming 152 because .inp is a better convention to use in make-dist for naming
153 random input files. */ 153 random input files. */
154#ifdef AIX4
155#define LD_SWITCH_MACHINE -Wl,-bnodelcsect
156#else /* not AIX4 */
154#ifdef HAVE_AIX_SMT_EXP 157#ifdef HAVE_AIX_SMT_EXP
155#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,-bI:/usr/lpp/X11/bin/smt.exp 158#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,-bI:/usr/lpp/X11/bin/smt.exp
156#else 159#else
157#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp 160#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp
158#endif 161#endif
162#endif /* not AIX4 */
159 163
160/* AIX supposedly doesn't use this interface, but on the RS/6000 164/* AIX supposedly doesn't use this interface, but on the RS/6000
161 it apparently does. */ 165 it apparently does. */