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)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to