From be6fb672e34e345b14cf9b7c1b1487e83fa9143a Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 17 Oct 2020 11:57:51 +0200 Subject: tune/test.sh: results (oe-core: 1f26495884 siteinfo: Recognize bigendian sh3be and sh4be) * new fixes: 1f26495884 siteinfo: Recognize bigendian sh3be and sh4be a31436f38d siteinfo: Recognize 32bit PPC LE 8f477b9cf4 tune-thunderx.inc: don't append _be to ARMPKGARCH for tune-thunderx_be Signed-off-by: Martin Jansa --- scripts/tune/env.fake-mips-24k.mips32 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/tune/env.fake-mips-24k.mips32 (limited to 'scripts/tune/env.fake-mips-24k.mips32') diff --git a/scripts/tune/env.fake-mips-24k.mips32 b/scripts/tune/env.fake-mips-24k.mips32 new file mode 100644 index 0000000000..a4e044233e --- /dev/null +++ b/scripts/tune/env.fake-mips-24k.mips32 @@ -0,0 +1,5 @@ +PACKAGE_ARCHS="all any noarch mips mips32 fake_mips_24k" +TUNE_CCARGS=" -meb -mabi=32 -mhard-float -march=mips32" +TUNE_FEATURES="o32 bigendian fpu-hard mips32" +TUNE_PKGARCH="mips32" +export CC="mips-oe-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 --sysroot=SYSROOT" -- cgit 1.2.3-korg