Merge "Remove -Wa,noexecstack from unsupported arm clang flags"

am: d29a84161e

* commit 'd29a84161edf1c82b988c8b181638b9b37540e6d':
  Remove -Wa,noexecstack from unsupported arm clang flags
This commit is contained in:
Dan Willemsen 2016-01-13 01:02:40 +00:00 committed by android-build-merger
commit b2cfef28fb
2 changed files with 2 additions and 4 deletions

View file

@ -29,8 +29,7 @@ CLANG_CONFIG_arm_UNKNOWN_CFLAGS := \
-fno-partial-inlining \
-fno-strict-volatile-bitfields \
-fno-tree-copy-prop \
-fno-tree-loop-optimize \
-Wa,--noexecstack
-fno-tree-loop-optimize
define subst-clang-incompatible-arm-flags
$(subst -march=armv5te,-march=armv5t,\

View file

@ -13,8 +13,7 @@ CLANG_CONFIG_arm64_UNKNOWN_CFLAGS := \
-frerun-cse-after-loop \
-frename-registers \
-fno-strict-volatile-bitfields \
-fno-align-jumps \
-Wa,--noexecstack
-fno-align-jumps
# We don't have any arm64 flags to substitute yet.
define subst-clang-incompatible-arm64-flags