summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2013-11-14 08:34:54 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2013-11-14 08:34:54 +0100
commit2416415c53ee7574a8c5459a3d15796f84b90e4c (patch)
tree18186656c7065160f5b83670ed91b21133a2a826 /conf
parente6050a683c478a4a8537680b570ae9cdd3621db7 (diff)
* conf/Makefile.common (CCASFLAGS_PLATFORM) [COND_arm]: Add
-mthumb-interwork.
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/Makefile.common b/conf/Makefile.common
index 0dc26db55..39d2f4d60 100644
--- a/conf/Makefile.common
+++ b/conf/Makefile.common
@@ -20,6 +20,7 @@ if COND_sparc64_ieee1275
endif
if COND_arm
CFLAGS_PLATFORM += -mthumb-interwork -mlong-calls
+ CCASFLAGS_PLATFORM = -mthumb-interwork
LDFLAGS_PLATFORM = -Wl,--wrap=__clear_cache
endif