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-cortexa73-cortexa35.cortexa73-cortexa35 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/tune/env.fake-cortexa73-cortexa35.cortexa73-cortexa35 (limited to 'scripts/tune/env.fake-cortexa73-cortexa35.cortexa73-cortexa35') diff --git a/scripts/tune/env.fake-cortexa73-cortexa35.cortexa73-cortexa35 b/scripts/tune/env.fake-cortexa73-cortexa35.cortexa73-cortexa35 new file mode 100644 index 0000000000..37afab7dc3 --- /dev/null +++ b/scripts/tune/env.fake-cortexa73-cortexa35.cortexa73-cortexa35 @@ -0,0 +1,7 @@ +PACKAGE_ARCHS="all any noarch aarch64 armv8a armv8a-crc cortexa73-cortexa35 fake_cortexa73_cortexa35" +TUNE_CCARGS=" -mcpu=cortex-a73.cortex-a35 -march=armv8-a+crc" +TUNE_CCARGS_MFLOAT="" +TUNE_CCARGS_MFPU="" +TUNE_FEATURES="aarch64 armv8a crc cortexa73-cortexa35" +TUNE_PKGARCH="cortexa73-cortexa35" +export CC="aarch64-oe-linux-gcc -mcpu=cortex-a73.cortex-a35 -march=armv8-a+crc --sysroot=SYSROOT" -- cgit 1.2.3-korg