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:
parent
7c055d9648
commit
b14c96df56
1 changed files with 1 additions and 0 deletions
1
tools/configure
vendored
1
tools/configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue