]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/pxa/config.mk
Remove compiler warning: target CPU does not support interworking
[karo-tx-uboot.git] / cpu / pxa / config.mk
index f0b86b7dc16c06c9223cd7870c4b6c25fe532296..af910e2f67069b5df76aa8ccde304decf9e42189 100644 (file)
@@ -32,4 +32,5 @@ PLATFORM_CPPFLAGS += -march=armv5te -mtune=xscale
 #
 # ========================================================================
 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,))