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:
parent
8ecced28cb
commit
2ec0312353
1 changed files with 3 additions and 0 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue