Mercurial > emacs
changeset 13735:53ea087693a0
(LD_SWITCH_MACHINE): Don't define if using GCC.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 15 Dec 1995 02:21:20 +0000 |
parents | 714433bead7f |
children | 4e7c5362c9bd |
files | src/m/ibmrs6000.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/ibmrs6000.h Fri Dec 15 02:17:06 1995 +0000 +++ b/src/m/ibmrs6000.h Fri Dec 15 02:21:20 1995 +0000 @@ -158,6 +158,7 @@ #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 @@ #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. */