mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
(LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
(LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
This commit is contained in:
parent
809fcabaac
commit
8e324eb6e0
@ -1,5 +1,8 @@
|
||||
2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* 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.
|
||||
|
||||
|
@ -44,10 +44,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user