[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r100002: (LD_SWITCH_SYSTEM_TEMACS): R
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r100002: (LD_SWITCH_SYSTEM_TEMACS): Remove #undef. |
Date: |
Fri, 23 Apr 2010 02:06:43 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 100002
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2010-04-23 02:06:43 -0700
message:
(LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
(LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
modified:
src/ChangeLog
src/m/macppc.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2010-04-23 07:37:42 +0000
+++ b/src/ChangeLog 2010-04-23 09:06:43 +0000
@@ -1,5 +1,8 @@
2010-04-23 Dan Nicolaescu <address@hidden>
+ * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
+ (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
+
* s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets
nocombreloc.
* s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
=== modified file 'src/m/macppc.h'
--- a/src/m/macppc.h 2010-01-13 08:35:10 +0000
+++ b/src/m/macppc.h 2010-04-23 09:06:43 +0000
@@ -44,10 +44,6 @@
#ifdef GNU_LINUX
#define LINKER $(CC) -nostdlib
-/* 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
#ifdef _ARCH_PPC64
#undef START_FILES
#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r100002: (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.,
Dan Nicolaescu <=