Allow compilation without thumb-interwork as long as no thumb is

involved or only thumb2 is used.
This commit is contained in:
Vladimir Serbinenko 2013-12-18 13:33:39 +01:00
parent 063f2a04d1
commit a29f317af1
4 changed files with 29 additions and 2 deletions

View file

@ -15,8 +15,6 @@ if COND_sparc64_emu
LDFLAGS_PLATFORM = -Wl,--no-relax
endif
if COND_arm
CFLAGS_PLATFORM += -mthumb-interwork
CCASFLAGS_PLATFORM = -mthumb-interwork
if !COND_emu
LDFLAGS_PLATFORM = -Wl,--wrap=__clear_cache
endif