svn commit: r245838 - head/sys/conf

Andrew Turner andrew at FreeBSD.org
Wed Jan 23 07:27:39 UTC 2013


Author: andrew
Date: Wed Jan 23 07:27:38 2013
New Revision: 245838
URL: http://svnweb.freebsd.org/changeset/base/245838

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

Modified:
  head/sys/conf/Makefile.arm

Modified: head/sys/conf/Makefile.arm
==============================================================================
--- head/sys/conf/Makefile.arm	Wed Jan 23 07:22:33 2013	(r245837)
+++ head/sys/conf/Makefile.arm	Wed Jan 23 07:27:38 2013	(r245838)
@@ -39,6 +39,8 @@ SYSTEM_DEP:= ${SYSTEM_DEP:$S/conf/ldscri
 STRIP_FLAGS = -S
 .endif
 
+CFLAGS += -mno-thumb-interwork
+
 .if empty(DDB_ENABLED)
 CFLAGS += -mno-apcs-frame
 .elif defined(WITH_ARM_EABI)


More information about the svn-src-head mailing list