summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-ep9312.ep9312
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-10-16 20:27:25 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2020-10-19 13:47:16 +0200
commit45f3188006c7486bb2ca00ff29f4995743e582a6 (patch)
treee19cdde0471d1936e0ca84ef24406ec277c9697e /scripts/tune/env.fake-ep9312.ep9312
parent5529e5b7c348d1c1426d59cf588a46146d2cae12 (diff)
downloadopenembedded-core-contrib-45f3188006c7486bb2ca00ff29f4995743e582a6.tar.gz
tune/test.sh: results (oe-core: 861519337b tune-supersparc.inc: remove)
* new fixes: 861519337b tune-supersparc.inc: remove 58088dce12 tune-riscv.inc: use nf suffix also for TUNE_PKGARCH f23c7f23c6 tune-ep9312.inc: add t suffix for thumb to PACKAGE_EXTRA_ARCHS_tune-ep9312 63cf380582 tune-mips64r6.inc: fix typo in mipsisa64r6-nf e218c2d897 arch-arm64.inc: don't append _be to ARMPKGARCH for tune-aarch64_be f8f07d1249 arch-mips.inc: remove duplicated mips64el-o32 from PACKAGE_EXTRA_ARCHS_tune-mips64el-o32 1c01e2b1c6 arch-armv7a.inc: fix typo Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'scripts/tune/env.fake-ep9312.ep9312')
-rw-r--r--scripts/tune/env.fake-ep9312.ep93125
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-ep9312.ep9312 b/scripts/tune/env.fake-ep9312.ep9312
new file mode 100644
index 0000000000..78f4606b7e
--- /dev/null
+++ b/scripts/tune/env.fake-ep9312.ep9312
@@ -0,0 +1,5 @@
+PACKAGE_ARCHS="all any noarch arm armv4 armv4t ep9312t fake_ep9312"
+TUNE_CCARGS=" -mthumb -march=ep9312 -mcpu=ep9312"
+TUNE_FEATURES="thumb ep9312"
+TUNE_PKGARCH="ep9312t"
+export CC="arm-oe-linux-gnueabi-gcc -mthumb -march=ep9312 -mcpu=ep9312 --sysroot=/OE/build/oe-core/tmp-glibc/work/ep9312t-oe-linux-gnueabi/openssl/1.1.1g-r0/recipe-sysroot"