summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa9.cortexa9-vfpv3
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortexa9.cortexa9-vfpv3')
-rw-r--r--scripts/tune/env.fake-cortexa9.cortexa9-vfpv37
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortexa9.cortexa9-vfpv3 b/scripts/tune/env.fake-cortexa9.cortexa9-vfpv3
new file mode 100644
index 0000000000..47aa2946cf
--- /dev/null
+++ b/scripts/tune/env.fake-cortexa9.cortexa9-vfpv3
@@ -0,0 +1,7 @@
+PACKAGE_ARCHS="all any noarch arm armv4 armv5 armv5-vfp armv5e armv5e-vfp armv6 armv6-vfp armv7a armv7a-vfp armv7a-vfpv3d16 armv7a-vfpv3 cortexa9-vfp cortexa9-vfpv3 fake_cortexa9"
+TUNE_CCARGS=" -mfpu=vfpv3 -mfloat-abi=softfp -mcpu=cortex-a9"
+TUNE_CCARGS_MFLOAT="softfp"
+TUNE_CCARGS_MFPU=" vfp vfpv3"
+TUNE_FEATURES="arm vfp cortexa9 vfpv3"
+TUNE_PKGARCH="cortexa9-vfpv3"
+export CC="arm-oe-linux-gnueabi-gcc -mfpu=vfpv3 -mfloat-abi=softfp -mcpu=cortex-a9 --sysroot=SYSROOT"