# HG changeset patch # User Richard M. Stallman # Date 806353838 0 # Node ID 97ce4bb9a2354e88e9bf317811593799abeec06b # Parent f12b1374fb5b26647ce5c4559deca57ed6e0a99e (LD_SWITCH_MACHINE) [AIX4]: New alternate definition. diff -r f12b1374fb5b -r 97ce4bb9a235 src/m/ibmrs6000.h --- a/src/m/ibmrs6000.h Fri Jul 21 12:40:55 1995 +0000 +++ b/src/m/ibmrs6000.h Fri Jul 21 19:10:38 1995 +0000 @@ -151,11 +151,15 @@ 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. */