aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-12-15 02:21:20 +0000
committerRichard M. Stallman1995-12-15 02:21:20 +0000
commit764387aaabc3df1a8bfd3110fc6942af503d6a8d (patch)
treec119db600620fef54cfb65ee5ef30044b8cfea1b /src
parent97a1ff91ab090368e6e26c128562acd381294f5a (diff)
downloademacs-764387aaabc3df1a8bfd3110fc6942af503d6a8d.tar.gz
emacs-764387aaabc3df1a8bfd3110fc6942af503d6a8d.zip
(LD_SWITCH_MACHINE): Don't define if using GCC.
Diffstat (limited to 'src')
-rw-r--r--src/m/ibmrs6000.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 89154d1b1a1..0969f2ee71c 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -158,6 +158,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
158#define ORDINARY_LINK 158#define ORDINARY_LINK
159 159
160#ifndef USG5_4 160#ifndef USG5_4
161#ifndef __GNUC__
161/* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4. */ 162/* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4. */
162/* marc@sti.com (Marc Pawliger) says ibmrs6000.inp is needed to avoid 163/* marc@sti.com (Marc Pawliger) says ibmrs6000.inp is needed to avoid
163 linker error for updated X11R5 libraries, which references pthread library 164 linker error for updated X11R5 libraries, which references pthread library
@@ -173,6 +174,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
173#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp 174#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp
174#endif 175#endif
175#endif /* not AIX4 */ 176#endif /* not AIX4 */
177#endif /* not __GNUC__ */
176 178
177/* AIX supposedly doesn't use this interface, but on the RS/6000 179/* AIX supposedly doesn't use this interface, but on the RS/6000
178 it apparently does. */ 180 it apparently does. */