mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Don't build the kernel with Thumb interworking as we don't support Thumb.
This commit is contained in:
parent
44728051fd
commit
8f197f151c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245838
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user