summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa15.cortexa15hf-neon
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortexa15.cortexa15hf-neon')
-rw-r--r--scripts/tune/env.fake-cortexa15.cortexa15hf-neon7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortexa15.cortexa15hf-neon b/scripts/tune/env.fake-cortexa15.cortexa15hf-neon
new file mode 100644
index 0000000000..eceb0c6e55
--- /dev/null
+++ b/scripts/tune/env.fake-cortexa15.cortexa15hf-neon
@@ -0,0 +1,7 @@
+PACKAGE_ARCHS="all any noarch armv5hf-vfp armv5ehf-vfp armv6hf-vfp armv7ahf-vfp armv7vehf-vfp armv7vehf-neon cortexa15hf-vfp cortexa15hf-neon fake_cortexa15"
+TUNE_CCARGS=" -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15"
+TUNE_CCARGS_MFLOAT="hard"
+TUNE_CCARGS_MFPU=" vfp neon"
+TUNE_FEATURES="arm vfp cortexa15 neon callconvention-hard"
+TUNE_PKGARCH="cortexa15hf-neon"
+export CC="arm-oe-linux-gnueabi-gcc -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=SYSROOT"