From c87f58e4235fc5c2fe31037917fd999bf4142dca Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 28 Oct 2020 07:16:22 -0700 Subject: tune/test.sh: results (oe-core/dunfell: 197b405dd0 siteinfo: Recognize bigendian sh3be and sh4be) * this run was without: PREFERRED_ARM_INSTRUCTION_SET ?= "thumb" ARM_INSTRUCTION_SET = "${PREFERRED_ARM_INSTRUCTION_SET}" so thumb was disabled even in the DEFAULTTUNEs which support it Signed-off-by: Martin Jansa --- scripts/tune/env.fake-xscale.armv5thfb-vfp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/tune/env.fake-xscale.armv5thfb-vfp') diff --git a/scripts/tune/env.fake-xscale.armv5thfb-vfp b/scripts/tune/env.fake-xscale.armv5thfb-vfp index 1a5afe615a..4c244d7e05 100644 --- a/scripts/tune/env.fake-xscale.armv5thfb-vfp +++ b/scripts/tune/env.fake-xscale.armv5thfb-vfp @@ -1,7 +1,7 @@ PACKAGE_ARCHS="all any noarch armv5hfb-vfp armv5thfb-vfp fake_xscale" -TUNE_CCARGS=" -march=armv5t -mthumb -mfpu=vfp -mfloat-abi=hard" +TUNE_CCARGS=" -march=armv5t -marm -mfpu=vfp -mfloat-abi=hard" TUNE_CCARGS_MFLOAT="hard" TUNE_CCARGS_MFPU=" vfp" TUNE_FEATURES="arm armv5 thumb vfp callconvention-hard bigendian" -TUNE_PKGARCH="armv5thfb-vfp" -export CC="armeb-oe-linux-gnueabi-gcc -march=armv5t -mthumb -mfpu=vfp -mfloat-abi=hard --sysroot=SYSROOT" +TUNE_PKGARCH="armv5hfb-vfp" +export CC="armeb-oe-linux-gnueabi-gcc -march=armv5t -marm -mfpu=vfp -mfloat-abi=hard --sysroot=SYSROOT" -- cgit 1.2.3-korg