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