summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa9.cortexa9hf
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortexa9.cortexa9hf')
-rw-r--r--scripts/tune/env.fake-cortexa9.cortexa9hf7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortexa9.cortexa9hf b/scripts/tune/env.fake-cortexa9.cortexa9hf
new file mode 100644
index 0000000000..99e415740e
--- /dev/null
+++ b/scripts/tune/env.fake-cortexa9.cortexa9hf
@@ -0,0 +1,7 @@
+PACKAGE_ARCHS="all any noarch armv5hf-vfp armv5ehf-vfp armv6hf-vfp armv7ahf-vfp cortexa9hf-vfp fake_cortexa9"
+TUNE_CCARGS=" -mfpu=vfp -mfloat-abi=hard -mcpu=cortex-a9"
+TUNE_CCARGS_MFLOAT="hard"
+TUNE_CCARGS_MFPU=" vfp"
+TUNE_FEATURES="arm vfp cortexa9 callconvention-hard"
+TUNE_PKGARCH="cortexa9hf-vfp"
+export CC="arm-oe-linux-gnueabi-gcc -mfpu=vfp -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/OE/build/oe-core/tmp-glibc/work/cortexa9hf-vfp-oe-linux-gnueabi/openssl/1.1.1g-r0/recipe-sysroot"