summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-12-15 02:21:20 +0000
committerRichard M. Stallman <rms@gnu.org>1995-12-15 02:21:20 +0000
commite82277645b5489480daa4e7a8f67e2755a1abb11 (patch)
treeb6280ea644c6451b934da63cfe520c1bd6407c5d
parent727bb0a9fefa27190646ba42878548249677c2c3 (diff)
downloademacs-e82277645b5489480daa4e7a8f67e2755a1abb11.tar.gz
(LD_SWITCH_MACHINE): Don't define if using GCC.
-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. */
#define ORDINARY_LINK
#ifndef USG5_4
+#ifndef __GNUC__
/* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4. */
/* marc@sti.com (Marc Pawliger) says ibmrs6000.inp is needed to avoid
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. */
#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp
#endif
#endif /* not AIX4 */
+#endif /* not __GNUC__ */
/* AIX supposedly doesn't use this interface, but on the RS/6000
it apparently does. */