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-be6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/tune/env.fake-xscale.xscale-be b/scripts/tune/env.fake-xscale.xscale-be
index 6f0021e6e6..46ad685563 100644
--- a/scripts/tune/env.fake-xscale.xscale-be
+++ b/scripts/tune/env.fake-xscale.xscale-be
@@ -1,7 +1,7 @@
PACKAGE_ARCHS="all any noarch armeb armv4b armv4tb armv5b armv5tb armv5eb armv5teb xscaleb xscaletb xscaleeb xscaleteb fake_xscale"
-TUNE_CCARGS=" -marm -mcpu=xscale"
+TUNE_CCARGS=" -mthumb -mcpu=xscale"
TUNE_CCARGS_MFLOAT=""
TUNE_CCARGS_MFPU=""
TUNE_FEATURES="arm thumb dsp xscale bigendian"
-TUNE_PKGARCH="xscaleeb"
-export CC="armeb-oe-linux-gnueabi-gcc -marm -mcpu=xscale --sysroot=SYSROOT"
+TUNE_PKGARCH="xscaleteb"
+export CC="armeb-oe-linux-gnueabi-gcc -mthumb -mcpu=xscale --sysroot=SYSROOT"