diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2012-03-28 23:24:02 +0200 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2012-03-28 23:24:02 +0200 |
| commit | 3a3f4d6476a34a7a5c7f06c375c71e5b977ac456 (patch) | |
| tree | fbf94bcf4dd2180a36d765df28583a48be38022c | |
| parent | a54c687300a53f2c6d6dab4b512ffa15c0ccce45 (diff) | |
| download | rockbox-3a3f4d6476a34a7a5c7f06c375c71e5b977ac456.zip rockbox-3a3f4d6476a34a7a5c7f06c375c71e5b977ac456.tar.gz rockbox-3a3f4d6476a34a7a5c7f06c375c71e5b977ac456.tar.bz2 rockbox-3a3f4d6476a34a7a5c7f06c375c71e5b977ac456.tar.xz | |
Override manually selected arch/arch_version in simcc().
Change-Id: Iad118d85120f7f442ced19dabfd3e5d7760c1038
| -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//` |