diff options
| author | Dan Nicolaescu | 2010-04-23 02:06:43 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-23 02:06:43 -0700 |
| commit | 8e324eb6e0ef1b560391bdf3d83e8937aef231c8 (patch) | |
| tree | 88e8bf234eb70bff431e49638495cdf80a606395 /src/m | |
| parent | 809fcabaac3e5ecd5f953928483216d0d25b957e (diff) | |
| download | emacs-8e324eb6e0ef1b560391bdf3d83e8937aef231c8.tar.gz emacs-8e324eb6e0ef1b560391bdf3d83e8937aef231c8.zip | |
(LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
(LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/macppc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/macppc.h b/src/m/macppc.h index 150fc356518..77772521ed7 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h | |||
| @@ -44,10 +44,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 44 | 44 | ||
| 45 | #ifdef GNU_LINUX | 45 | #ifdef GNU_LINUX |
| 46 | #define LINKER $(CC) -nostdlib | 46 | #define LINKER $(CC) -nostdlib |
| 47 | /* s/gnu-linux.h defines this to `-z nocombreloc' which does not work here | ||
| 48 | because prefix-args is not used. */ | ||
| 49 | #undef LD_SWITCH_SYSTEM_TEMACS | ||
| 50 | #define LD_SWITCH_MACHINE_TEMACS -Xlinker -znocombreloc | ||
| 51 | #ifdef _ARCH_PPC64 | 47 | #ifdef _ARCH_PPC64 |
| 52 | #undef START_FILES | 48 | #undef START_FILES |
| 53 | #define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o | 49 | #define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o |