summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa9.cortexa9t-vfpv3
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortexa9.cortexa9t-vfpv3')
-rw-r--r--scripts/tune/env.fake-cortexa9.cortexa9t-vfpv37
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortexa9.cortexa9t-vfpv3 b/scripts/tune/env.fake-cortexa9.cortexa9t-vfpv3
new file mode 100644
index 0000000000..6b0cf5b4be
--- /dev/null
+++ b/scripts/tune/env.fake-cortexa9.cortexa9t-vfpv3
@@ -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 armv7a-vfpv3d16 armv7at2-vfpv3d16 armv7a-vfpv3 armv7at2-vfpv3 cortexa9-vfp cortexa9-vfpv3 cortexa9t2-vfp cortexa9t2-vfpv3 fake_cortexa9"
+TUNE_CCARGS=" -mthumb -mfpu=vfpv3 -mfloat-abi=softfp -mcpu=cortex-a9"
+TUNE_CCARGS_MFLOAT="softfp"
+TUNE_CCARGS_MFPU=" vfp vfpv3"
+TUNE_FEATURES="arm vfp cortexa9 thumb vfpv3"
+TUNE_PKGARCH="cortexa9t2-vfpv3"
+export CC="arm-oe-linux-gnueabi-gcc -mthumb -mfpu=vfpv3 -mfloat-abi=softfp -mcpu=cortex-a9 --sysroot=SYSROOT"