Don't build the kernel with Thumb interworking as we don't support Thumb.

This commit is contained in:
Andrew Turner 2013-01-23 07:27:38 +00:00
parent 44728051fd
commit 8f197f151c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245838

View File

@ -39,6 +39,8 @@ SYSTEM_DEP:= ${SYSTEM_DEP:$S/conf/ldscript.$M=ldscript.$M}
STRIP_FLAGS = -S
.endif
CFLAGS += -mno-thumb-interwork
.if empty(DDB_ENABLED)
CFLAGS += -mno-apcs-frame
.elif defined(WITH_ARM_EABI)