1
0
Fork 0

Remove compiler warning: target CPU does not support interworking

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
utp
Kyungmin Park 2007-09-10 11:34:00 +09:00 committed by Wolfgang Denk
parent 1d9e31e049
commit e251e00d0d
1 changed files with 1 additions and 0 deletions

View 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,))