Merge "Allow -mcpu=cortex-a15 for clang"
This commit is contained in:
commit
d63c78e058
1 changed files with 1 additions and 2 deletions
|
@ -40,6 +40,5 @@ CLANG_CONFIG_arm_UNKNOWN_CFLAGS := \
|
|||
define subst-clang-incompatible-arm-flags
|
||||
$(subst -march=armv5te,-march=armv5t,\
|
||||
$(subst -march=armv5e,-march=armv5,\
|
||||
$(subst -mcpu=cortex-a15,-march=armv7-a,\
|
||||
$(1))))
|
||||
$(1)))
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue