Merge "Remove -Wa,noexecstack from unsupported arm clang flags"
This commit is contained in:
commit
d29a84161e
2 changed files with 2 additions and 4 deletions
|
@ -29,8 +29,7 @@ CLANG_CONFIG_arm_UNKNOWN_CFLAGS := \
|
||||||
-fno-partial-inlining \
|
-fno-partial-inlining \
|
||||||
-fno-strict-volatile-bitfields \
|
-fno-strict-volatile-bitfields \
|
||||||
-fno-tree-copy-prop \
|
-fno-tree-copy-prop \
|
||||||
-fno-tree-loop-optimize \
|
-fno-tree-loop-optimize
|
||||||
-Wa,--noexecstack
|
|
||||||
|
|
||||||
define subst-clang-incompatible-arm-flags
|
define subst-clang-incompatible-arm-flags
|
||||||
$(subst -march=armv5te,-march=armv5t,\
|
$(subst -march=armv5te,-march=armv5t,\
|
||||||
|
|
|
@ -13,8 +13,7 @@ CLANG_CONFIG_arm64_UNKNOWN_CFLAGS := \
|
||||||
-frerun-cse-after-loop \
|
-frerun-cse-after-loop \
|
||||||
-frename-registers \
|
-frename-registers \
|
||||||
-fno-strict-volatile-bitfields \
|
-fno-strict-volatile-bitfields \
|
||||||
-fno-align-jumps \
|
-fno-align-jumps
|
||||||
-Wa,--noexecstack
|
|
||||||
|
|
||||||
# We don't have any arm64 flags to substitute yet.
|
# We don't have any arm64 flags to substitute yet.
|
||||||
define subst-clang-incompatible-arm64-flags
|
define subst-clang-incompatible-arm64-flags
|
||||||
|
|
Loading…
Reference in a new issue