Grr we also need to set -mbig-endian to LDFLAGS. Now I can build a

big-endian arm world.
This commit is contained in:
cognet 2006-07-21 14:07:48 +00:00
parent c5a85a2c6d
commit bdb0150c3a

View File

@ -189,6 +189,7 @@ _CPUCFLAGS += -mieee
.if ${MACHINE_ARCH} == "arm" && defined(ARM_BIG_ENDIAN)
CFLAGS += -mbig-endian
LDFLAGS += -mbig-endian
LD += -EB
.endif