From 3a3f4d6476a34a7a5c7f06c375c71e5b977ac456 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 28 Mar 2012 23:24:02 +0200 Subject: [PATCH] Override manually selected arch/arch_version in simcc(). Change-Id: Iad118d85120f7f442ced19dabfd3e5d7760c1038 --- tools/configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/configure b/tools/configure index 5181ce4a19..f8fd35773e 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//` -- 2.11.4.GIT