Leif's build fixes
This commit is contained in:
parent
fa8058da9e
commit
bb9f92b9b1
8 changed files with 90 additions and 92 deletions
|
@ -38,10 +38,7 @@ if COND_sparc64_ieee1275
|
|||
LDFLAGS_PLATFORM = -Wl,-melf64_sparc -mno-relax
|
||||
endif
|
||||
if COND_arm
|
||||
# Image entry point always in ARM (A32) state - ensure proper functionality if
|
||||
# the rest is built for the Thumb (T32) state.
|
||||
CFLAGS_PLATFORM += -mthumb-interwork -mno-unaligned-access -mlong-calls
|
||||
CCASFLAGS_PLATFORM = -Wa,-mimplicit-it=thumb
|
||||
CFLAGS_PLATFORM += -mthumb-interwork -mlong-calls
|
||||
LDFLAGS_PLATFORM = -Wl,--wrap=__clear_cache
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue