diff options
| author | Eli Zaretskii | 2001-10-23 09:05:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-10-23 09:05:27 +0000 |
| commit | 6acf9baf12d35318ae2342d551f8971820f40f2e (patch) | |
| tree | 2a4875a1f42c321bd46a2775375ce681fd2de54a /src | |
| parent | 173de9971e9578405ae69b23c172bbef628996ce (diff) | |
| download | emacs-6acf9baf12d35318ae2342d551f8971820f40f2e.tar.gz emacs-6acf9baf12d35318ae2342d551f8971820f40f2e.zip | |
[LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
From Andreas Schwab <schwab@suse.de>.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/macppc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/macppc.h b/src/m/macppc.h index 3e5dffec26d..860371d34e6 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h | |||
| @@ -96,6 +96,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 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, |