diff options
| -rwxr-xr-x | tools/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index 5181ce4..f8fd357 100755 --- a/tools/configure +++ b/tools/configure @@ -225,6 +225,10 @@ simcc () { prefixtools "$CROSS_COMPILE" ARG_ARM_THUMB=0 # can't use thumb in native builds + # unset arch if already set shcc() and friends + arch= + arch_version= + app_type=$1 winbuild="" GCCOPTS=`echo $CCOPTS | sed -e s/-ffreestanding// -e s/-nostdlib// -e s/-Wundef//` |