diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-11 12:16:15 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-11 12:16:15 +0000 |
| commit | b14c96df56fc0c26d2c75593e0f9b68d6348d62c (patch) | |
| tree | f34d1a7dcfb40b17646af1724702eee6dfbadef1 /tools | |
| parent | 7c055d9648b20e9545ffe706e304f04c3d9733f6 (diff) | |
| download | rockbox-b14c96df56fc0c26d2c75593e0f9b68d6348d62c.zip rockbox-b14c96df56fc0c26d2c75593e0f9b68d6348d62c.tar.gz rockbox-b14c96df56fc0c26d2c75593e0f9b68d6348d62c.tar.bz2 rockbox-b14c96df56fc0c26d2c75593e0f9b68d6348d62c.tar.xz | |
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
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index a224e38..494ace4 100755 --- a/tools/configure +++ b/tools/configure @@ -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" |