Skip to content
Snippets Groups Projects
Commit e251e00d authored by Kyungmin Park's avatar Kyungmin Park Committed by Wolfgang Denk
Browse files

Remove compiler warning: target CPU does not support interworking

parent 1d9e31e0
No related branches found
No related tags found
No related merge requests found
...@@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv5 ...@@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv5
# #
# ========================================================================= # =========================================================================
PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) 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,)) PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment