From bcc31647df91e6e34089ac99d43a75b5ed4d11a3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 21 Jul 1995 19:10:38 +0000 Subject: [PATCH] (LD_SWITCH_MACHINE) [AIX4]: New alternate definition. --- src/m/ibmrs6000.h | 4 ++++ 1 file changed, 4 insertions(+) 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. */ which most machines don't have. We use the name .inp instead of .imp because .inp is a better convention to use in make-dist for naming random input files. */ +#ifdef AIX4 +#define LD_SWITCH_MACHINE -Wl,-bnodelcsect +#else /* not AIX4 */ #ifdef HAVE_AIX_SMT_EXP #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,-bI:/usr/lpp/X11/bin/smt.exp #else #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp #endif +#endif /* not AIX4 */ /* AIX supposedly doesn't use this interface, but on the RS/6000 it apparently does. */ -- 2.39.2