diff options
| -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" |