summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-01-23 07:27:38 +0000
committerandrew <andrew@FreeBSD.org>2013-01-23 07:27:38 +0000
commit0a8e117609c86b2131bd4a057d9ddddcb07fe530 (patch)
treebe992e46b3480c13fecb51b7d771feedd4c9ccbd /sys/conf
parent9512369da2c653dffb62a32677366fbeea556551 (diff)
downloadFreeBSD-src-0a8e117609c86b2131bd4a057d9ddddcb07fe530.zip
FreeBSD-src-0a8e117609c86b2131bd4a057d9ddddcb07fe530.tar.gz
Don't build the kernel with Thumb interworking as we don't support Thumb.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.arm2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm
index 7ccb9a7..63b451d 100644
--- a/sys/conf/Makefile.arm
+++ b/sys/conf/Makefile.arm
@@ -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)
OpenPOWER on IntegriCloud