summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa7.cortexa7t-neon-vfpv4
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortexa7.cortexa7t-neon-vfpv4')
-rw-r--r--scripts/tune/env.fake-cortexa7.cortexa7t-neon-vfpv47
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortexa7.cortexa7t-neon-vfpv4 b/scripts/tune/env.fake-cortexa7.cortexa7t-neon-vfpv4
new file mode 100644
index 0000000000..44adf949f0
--- /dev/null
+++ b/scripts/tune/env.fake-cortexa7.cortexa7t-neon-vfpv4
@@ -0,0 +1,7 @@
+PACKAGE_ARCHS="all any noarch arm armv4 armv4t armv5 armv5t armv5-vfp armv5t-vfp armv5e armv5te armv5e-vfp armv5te-vfp armv6 armv6t armv6-vfp armv6t-vfp armv7a armv7a-vfp armv7at2-vfp armv7ve armv7ve-vfp armv7vet2-vfp armv7ve-neon armv7vet2-neon armv7ve-neon-vfpv4 armv7vet2-neon-vfpv4 cortexa7-vfp cortexa7-neon cortexa7-neon-vfpv4 cortexa7t2-vfp cortexa7t2-neon cortexa7t2-neon-vfpv4 fake_cortexa7"
+TUNE_CCARGS=" -mthumb -mfpu=neon-vfpv4 -mfloat-abi=softfp -mcpu=cortex-a7"
+TUNE_CCARGS_MFLOAT="softfp"
+TUNE_CCARGS_MFPU=" vfp neon vfpv4 neon-vfpv4"
+TUNE_FEATURES="arm vfp cortexa7 neon vfpv4 thumb"
+TUNE_PKGARCH="cortexa7t2-neon-vfpv4"
+export CC="arm-oe-linux-gnueabi-gcc -mthumb -mfpu=neon-vfpv4 -mfloat-abi=softfp -mcpu=cortex-a7 --sysroot=SYSROOT"