1
0
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:
Dan Nicolaescu 2010-04-23 02:06:43 -07:00
parent 809fcabaac
commit 8e324eb6e0
2 changed files with 3 additions and 4 deletions

View File

@ -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.

View File

@ -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