summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa53.cortexa53-crypto
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortexa53.cortexa53-crypto')
-rw-r--r--scripts/tune/env.fake-cortexa53.cortexa53-crypto8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/tune/env.fake-cortexa53.cortexa53-crypto b/scripts/tune/env.fake-cortexa53.cortexa53-crypto
index 18a4fe2016..3bef65ad7c 100644
--- a/scripts/tune/env.fake-cortexa53.cortexa53-crypto
+++ b/scripts/tune/env.fake-cortexa53.cortexa53-crypto
@@ -1,7 +1,7 @@
PACKAGE_ARCHS="all any noarch aarch64 armv8a armv8a-crc armv8a-crypto armv8a-crc-crypto cortexa53 cortexa53-crypto fake_cortexa53"
-TUNE_CCARGS=" -mcpu=cortex-a53 -march=armv8-a+crc+crypto"
+TUNE_CCARGS=" -mcpu=cortex-a53+crc+crypto"
TUNE_CCARGS_MFLOAT=""
TUNE_CCARGS_MFPU=""
-TUNE_FEATURES="aarch64 armv8a crc cortexa53 crypto"
-TUNE_PKGARCH="cortexa53-crypto"
-export CC="aarch64-oe-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto --sysroot=SYSROOT"
+TUNE_FEATURES="aarch64 cortexa53 crc crypto"
+TUNE_PKGARCH="aarch64"
+export CC="aarch64-oe-linux-gcc -mcpu=cortex-a53+crc+crypto --sysroot=SYSROOT"