summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2006-07-18 21:16:39 +0000
committercognet <cognet@FreeBSD.org>2006-07-18 21:16:39 +0000
commitb684c494c5ffea828a24feb6b4250eb19d8b3a7b (patch)
tree92dd8bff218bc42c416ff360e158139f0629293c /sys/conf
parent0414a72510296aa238182ed0afe52e06896f162f (diff)
downloadFreeBSD-src-b684c494c5ffea828a24feb6b4250eb19d8b3a7b.zip
FreeBSD-src-b684c494c5ffea828a24feb6b4250eb19d8b3a7b.tar.gz
Add -EB to ${LD} too if we're making a big endian kernel, not anything in
kernel makefiles uses SYSTEM_LD.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.arm1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm
index 218beda..0d9ffc4 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
OpenPOWER on IntegriCloud