]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove compiler warning: target CPU does not support interworking
authorKyungmin Park <kmpark@infradead.org>
Mon, 10 Sep 2007 02:34:00 +0000 (11:34 +0900)
committerWolfgang Denk <wd@denx.de>
Mon, 10 Sep 2007 07:26:35 +0000 (09:26 +0200)
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
cpu/arm1136/config.mk

index e39e7741c126c984c0c24b947224c7cc1ac62ff2..6ab0dd35a8243ae61d762f5a8a1c8a4993a7a886 100644 (file)
@@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv5
 #
 # =========================================================================
 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,))