summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2010-02-21 12:47:21 +0000
committerMichael Sparmann <theseven@rockbox.org>2010-02-21 12:47:21 +0000
commit2ec0312353e7dfd27ef120aedf5876d92c0c6589 (patch)
treed079c05fdeb6d72b1c07b06b5bce31ed88c822cc
parent8ecced28cb5b0f2461cbef051f93fb3e286994bb (diff)
downloadrockbox-2ec0312353e7dfd27ef120aedf5876d92c0c6589.tar.gz
rockbox-2ec0312353e7dfd27ef120aedf5876d92c0c6589.zip
Make configure remember that it is supposed to use the EABI toolchain when make reconf is run
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24806 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 0d02ac6f7e..fcdd2dd236 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2935,6 +2935,9 @@ fi
2935if test -n "$ccache"; then 2935if test -n "$ccache"; then
2936 cmdline="--ccache " 2936 cmdline="--ccache "
2937fi 2937fi
2938if [ "$ARG_ARM_EABI" = "1" ]; then
2939 cmdline="$cmdline--eabi "
2940fi
2938 2941
2939cmdline="$cmdline--target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) --type=$btype$advopts" 2942cmdline="$cmdline--target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) --type=$btype$advopts"
2940### end of cmdline 2943### end of cmdline