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-cortexa55.armv7vethfb-vfpv4d16 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/tune/env.fake-cortexa55.armv7vethfb-vfpv4d16 (limited to 'scripts/tune/env.fake-cortexa55.armv7vethfb-vfpv4d16') diff --git a/scripts/tune/env.fake-cortexa55.armv7vethfb-vfpv4d16 b/scripts/tune/env.fake-cortexa55.armv7vethfb-vfpv4d16 new file mode 100644 index 0000000000..9416e1fccf --- /dev/null +++ b/scripts/tune/env.fake-cortexa55.armv7vethfb-vfpv4d16 @@ -0,0 +1,7 @@ +PACKAGE_ARCHS="all any noarch armv5hfb-vfp armv5thfb-vfp armv5ehfb-vfp armv5tehfb-vfp armv6hfb-vfp armv6thfb-vfp armv7ahfb-vfp armv7at2hfb-vfp armv7vehfb-vfp armv7vet2hfb-vfp armv7vehfb-vfpv4d16 armv7vet2hfb-vfpv4d16 fake_cortexa55" +TUNE_CCARGS=" -march=armv7ve -mthumb -mfpu=vfpv4-d16 -mfloat-abi=hard" +TUNE_CCARGS_MFLOAT="hard" +TUNE_CCARGS_MFPU=" vfp vfpv4-d16" +TUNE_FEATURES="arm armv7ve vfp thumb vfpv4d16 callconvention-hard bigendian" +TUNE_PKGARCH="armv7vet2hfb-vfpv4d16" +export CC="armeb-oe-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=vfpv4-d16 -mfloat-abi=hard --sysroot=SYSROOT" -- cgit 1.2.3-korg