From 85a51a5a933e726473245103eff4a6235431c6c7 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Nov 2012 16:36:50 +0100 Subject: tune/test.sh: results (oe-core: f7bb2d4cf1 tune-*: use mcpu instead of mtune for ARM tunes) This is how it looked after: commit f7bb2d4cf18ca8d2a90b4b3b5c6c48dad106ca28 Author: Martin Jansa Date: Tue Oct 6 17:01:24 2015 +0200 tune-*: use mcpu instead of mtune for ARM tunes Signed-off-by: Martin Jansa --- scripts/tune/env.fake-xscale.xscale | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/tune/env.fake-xscale.xscale (limited to 'scripts/tune/env.fake-xscale.xscale') diff --git a/scripts/tune/env.fake-xscale.xscale b/scripts/tune/env.fake-xscale.xscale new file mode 100644 index 0000000000..4c30666b06 --- /dev/null +++ b/scripts/tune/env.fake-xscale.xscale @@ -0,0 +1,7 @@ +PACKAGE_ARCHS="all any noarch arm armv4 armv4t armv5 armv5t armv5e armv5te xscale xscalet xscalee xscalete fake_xscale" +TUNE_CCARGS=" -march=armv5te -mthumb -mthumb-interwork -mcpu=xscale" +TUNE_CCARGS_MFLOAT="" +TUNE_CCARGS_MFPU="" +TUNE_FEATURES="arm armv5 thumb dsp xscale" +TUNE_PKGARCH="xscalete" +export CC="arm-oe-linux-gnueabi-gcc -march=armv5te -mthumb -mthumb-interwork -mcpu=xscale --sysroot=SYSROOTS/fake-xscale" -- cgit 1.2.3-korg