summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-xscale.xscale-be
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-xscale.xscale-be')
-rw-r--r--scripts/tune/env.fake-xscale.xscale-be10
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/tune/env.fake-xscale.xscale-be b/scripts/tune/env.fake-xscale.xscale-be
index 56648a69ea..aaca31dac3 100644
--- a/scripts/tune/env.fake-xscale.xscale-be
+++ b/scripts/tune/env.fake-xscale.xscale-be
@@ -1,5 +1,7 @@
PACKAGE_ARCHS="all any noarch armeb armv4b armv4tb armv5b armv5tb armv5eb armv5teb xscaleb xscaletb xscaleeb xscaleteb fake_xscale"
-TUNE_CCARGS=" -march=armv5e -marm -mthumb-interwork -mtune=xscale -mfloat-abi=softfp"
-TUNE_FEATURES="arm armv5 thumb dsp bigendian xscale bigendian"
-TUNE_PKGARCH="xscaleeb"
-export CC="armeb-oe-linux-gnueabi-gcc -march=armv5e -marm -mthumb-interwork -mtune=xscale -mfloat-abi=softfp --sysroot=SYSROOTS/fake-xscale"
+TUNE_CCARGS=" -mthumb -mcpu=xscale"
+TUNE_CCARGS_MFLOAT=""
+TUNE_CCARGS_MFPU=""
+TUNE_FEATURES="arm thumb dsp xscale bigendian"
+TUNE_PKGARCH="xscaleteb"
+export CC="armeb-oe-linux-gnueabi-gcc -mthumb -mcpu=xscale --sysroot=/OE/build/oe-core/tmp-glibc/work/xscaleteb-oe-linux-gnueabi/openssl/1.1.1g-r0/recipe-sysroot"