aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-02-21 09:46:54 -0500
committerJack Lloyd <[email protected]>2019-02-21 09:46:54 -0500
commit86126a29a356cfe7d9132ddcfba376ccc460d8d3 (patch)
treefa9b9b72ebccae944b967ab4443909103d9b86a9 /src/build-data
parentcc4a9230eb013eadd7f4a1cb7d3bb0bfc2e793fb (diff)
For Clang use explicit enabling flag for Aarch64 crypto ISA
For whatever reason Android's Clang does not recognize the function attributes.
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/cc/clang.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt
index 9cb7e4b21..4b14d9c4b 100644
--- a/src/build-data/cc/clang.txt
+++ b/src/build-data/cc/clang.txt
@@ -58,7 +58,7 @@ rdseed -> "-mrdseed"
sha -> "-msha"
altivec -> "-maltivec"
-arm64:armv8crypto -> ""
+arm64:armv8crypto -> "-march=armv8+crypto"
arm32:neon -> "-mfpu=neon"
arm64:neon -> ""