]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm_intcm/config.mk
Remove compiler warning: target CPU does not support interworking
[karo-tx-uboot.git] / cpu / arm_intcm / config.mk
index f774c7e8276dcc98ad26f3b6db5aaa4c558d1b9e..6190e16cbde88ddeb179f08e79434ae33733315e 100644 (file)
@@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS +=  -march=armv4
 #
 # =========================================================================
 PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
+PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,)
 PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))