summaryrefslogtreecommitdiff
path: root/TestScripts/setenv-android-gcc.sh
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-05-05 21:46:17 -0400
committerJeffrey Walton <noloader@gmail.com>2018-05-05 21:46:17 -0400
commit3deb24b7dee3d3aee4b5c2a0bc502237b065bcd1 (patch)
treef210e8b62713bb43f8daae46d7fcb2c8a2ffb636 /TestScripts/setenv-android-gcc.sh
parent188e0df6500849f8d54f39c8f8ca26d242879564 (diff)
downloadcryptopp-git-3deb24b7dee3d3aee4b5c2a0bc502237b065bcd1.tar.gz
Fix Android build after renaming defines for CMake
This change should have occurred during commits 188e0df65008 and 5422f0c13a57.
Diffstat (limited to 'TestScripts/setenv-android-gcc.sh')
-rwxr-xr-xTestScripts/setenv-android-gcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestScripts/setenv-android-gcc.sh b/TestScripts/setenv-android-gcc.sh
index 32973cf0..d49f2000 100755
--- a/TestScripts/setenv-android-gcc.sh
+++ b/TestScripts/setenv-android-gcc.sh
@@ -174,7 +174,7 @@ case "$THE_ARCH" in
TOOLCHAIN_NAME="x86_64-linux-android"
AOSP_ABI="x86_64"
AOSP_ARCH="arch-x86_64"
- AOSP_FLAGS="-march=x86-64 -msse4.2 -mpopcnt -mtune=intel -DCRYPTOPP_DISABLE_CLMUL -DCRYPTOPP_DISABLE_AES -DCRYPTOPP_DISABLE_SHA -funwind-tables -fexceptions -frtti"
+ AOSP_FLAGS="-march=x86-64 -msse4.2 -mpopcnt -mtune=intel -DCRYPTOPP_DISABLE_CLMUL -DCRYPTOPP_DISABLE_AESNI -DCRYPTOPP_DISABLE_SHANI -funwind-tables -fexceptions -frtti"
;;
*)
echo "ERROR: Unknown architecture $1"