Add -EB to ${LD} too if we're making a big endian kernel, not anything in
kernel makefiles uses SYSTEM_LD.
This commit is contained in:
parent
16c84e5e51
commit
f079562c41
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user