summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa15.armv7atb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortexa15.armv7atb')
-rw-r--r--scripts/tune/env.fake-cortexa15.armv7atb7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortexa15.armv7atb b/scripts/tune/env.fake-cortexa15.armv7atb
new file mode 100644
index 0000000000..89191ae4ed
--- /dev/null
+++ b/scripts/tune/env.fake-cortexa15.armv7atb
@@ -0,0 +1,7 @@
+PACKAGE_ARCHS="all any noarch armeb armv4b armv4tb armv5b armv5tb armv5b-vfp armv5tb-vfp armv5eb armv5teb armv5eb-vfp armv5teb-vfp armv6b armv6tb armv6b-vfp armv6tb-vfp armv7ab-vfp armv7at2b-vfp fake_cortexa15"
+TUNE_CCARGS=" -march=armv7-a -mthumb -mfpu=vfp -mfloat-abi=softfp"
+TUNE_CCARGS_MFLOAT="softfp"
+TUNE_CCARGS_MFPU=" vfp"
+TUNE_FEATURES="arm armv7a vfp thumb bigendian"
+TUNE_PKGARCH="armv7at2b-vfp"
+export CC="armeb-oe-linux-gnueabi-gcc -march=armv7-a -mthumb -mfpu=vfp -mfloat-abi=softfp --sysroot=SYSROOT"