aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.in2
-rw-r--r--src/m/ibmrs6000.h4
2 files changed, 6 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 174f6bac195..7b19feef5a9 100644
--- a/src/config.in
+++ b/src/config.in
@@ -117,6 +117,8 @@ and this notice must be preserved on all copies. */
117 117
118#undef HAVE_BCOPY 118#undef HAVE_BCOPY
119 119
120#undef HAVE_AIX_SMT_EXP
121
120/* If using GNU, then support inline function declarations. */ 122/* If using GNU, then support inline function declarations. */
121#ifdef __GNUC__ 123#ifdef __GNUC__
122#define INLINE __inline__ 124#define INLINE __inline__
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index d2e612f1b4d..4988ca7f681 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -132,7 +132,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
132 132
133#define ORDINARY_LINK 133#define ORDINARY_LINK
134/* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4. */ 134/* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4. */
135#ifdef HAVE_AIX_SMT_EXP
135#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:/usr/lpp/X11/bin/smt.exp 136#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:/usr/lpp/X11/bin/smt.exp
137#else
138#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp
139#endif
136 140
137/* AIX supposedly doesn't use this interface, but on thr RS/6000 141/* AIX supposedly doesn't use this interface, but on thr RS/6000
138 it apparently does. */ 142 it apparently does. */