configure: don't use thumb on native builds (simulator/checkwps)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26772 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-06-11 12:16:15 +00:00
parent 7c055d9648
commit b14c96df56

1
tools/configure vendored
View file

@ -107,6 +107,7 @@ simcc () {
# default tool setup for native building
prefixtools "$CROSS_COMPILE"
ARG_ARM_THUMB=0 # can't use thumb in native builds
simver=sdl
winbuild="$crosscompile"