]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm925t/config.mk
Remove compiler warning: target CPU does not support interworking
[karo-tx-uboot.git] / cpu / arm925t / config.mk
index 8db4adbe1799038e830921b4fd4613940d9e3497..38718a35221cfed72ec7537f20f486d59b3096e2 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,))