1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Michael Sparmann 2010-02-21 12:47:21 +00:00
parent 8ecced28cb
commit 2ec0312353

3
tools/configure vendored
View file

@ -2935,6 +2935,9 @@ fi
if test -n "$ccache"; then
cmdline="--ccache "
fi
if [ "$ARG_ARM_EABI" = "1" ]; then
cmdline="$cmdline--eabi "
fi
cmdline="$cmdline--target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) --type=$btype$advopts"
### end of cmdline