From f079562c419e94c32100c093c9c2a61e656d8521 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Tue, 18 Jul 2006 21:16:39 +0000 Subject: [PATCH] Add -EB to ${LD} too if we're making a big endian kernel, not anything in kernel makefiles uses SYSTEM_LD. --- sys/conf/Makefile.arm | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 218bedafc0d6..0d9ffc44d89a 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -39,6 +39,7 @@ SYSTEM_DEP:= ${SYSTEM_DEP:$S/conf/ldscript.$M=ldscript.$M} .if defined(ARM_BIG_ENDIAN) CC += -mbig-endian SYSTEM_LD += -EB +LD += -EB .endif