Mercurial > emacs
changeset 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 | 3ce5ada6fda1 |
children | 58c5e5aacc45 |
files | src/m/macppc.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/macppc.h Tue Oct 23 07:24:43 2001 +0000 +++ b/src/m/macppc.h Tue Oct 23 09:05:27 2001 +0000 @@ -96,6 +96,10 @@ #ifdef LINUX #define LINKER $(CC) -nostdlib #define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc +/* s/gnu-linux.h defines this to `-z nocombreloc' which does not work here + because prefix-args is not used. */ +#undef LD_SWITCH_SYSTEM_TEMACS +#define LD_SWITCH_MACHINE_TEMACS -Xlinker -znocombreloc #endif #if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog,