diff options
author | cognet <cognet@FreeBSD.org> | 2006-07-18 21:16:39 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2006-07-18 21:16:39 +0000 |
commit | b684c494c5ffea828a24feb6b4250eb19d8b3a7b (patch) | |
tree | 92dd8bff218bc42c416ff360e158139f0629293c /sys | |
parent | 0414a72510296aa238182ed0afe52e06896f162f (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/conf/Makefile.arm | 1 |
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 |