am d63c78e0: Merge "Allow -mcpu=cortex-a15 for clang"
* commit 'd63c78e058da1418db133f62df4ace6f8109965b': Allow -mcpu=cortex-a15 for clang
This commit is contained in:
commit
1e9b11f4b1
|
@ -40,6 +40,5 @@ CLANG_CONFIG_arm_UNKNOWN_CFLAGS := \
|
||||||
define subst-clang-incompatible-arm-flags
|
define subst-clang-incompatible-arm-flags
|
||||||
$(subst -march=armv5te,-march=armv5t,\
|
$(subst -march=armv5te,-march=armv5t,\
|
||||||
$(subst -march=armv5e,-march=armv5,\
|
$(subst -march=armv5e,-march=armv5,\
|
||||||
$(subst -mcpu=cortex-a15,-march=armv7-a,\
|
$(1)))
|
||||||
$(1))))
|
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue