comparison src/m/macppc.h @ 40198:0bd966523c89

[LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc". From Andreas Schwab <schwab@suse.de>.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 23 Oct 2001 09:05:27 +0000
parents 11c635084cb7
children 4be8406ebef9
comparison
equal deleted inserted replaced
40197:3ce5ada6fda1 40198:0bd966523c89
94 For MkLinux/LinuxPPC. */ 94 For MkLinux/LinuxPPC. */
95 95
96 #ifdef LINUX 96 #ifdef LINUX
97 #define LINKER $(CC) -nostdlib 97 #define LINKER $(CC) -nostdlib
98 #define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc 98 #define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc
99 /* s/gnu-linux.h defines this to `-z nocombreloc' which does not work here
100 because prefix-args is not used. */
101 #undef LD_SWITCH_SYSTEM_TEMACS
102 #define LD_SWITCH_MACHINE_TEMACS -Xlinker -znocombreloc
99 #endif 103 #endif
100 104
101 #if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog, 105 #if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog,
102 even with identical GCC, as, ld. Let's take it out until we 106 even with identical GCC, as, ld. Let's take it out until we
103 know what's really going on here. */ 107 know what's really going on here. */