Swap ccache and
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27147 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7db309cad3
commit
ac40959c48
1 changed files with 4 additions and 4 deletions
8
tools/configure
vendored
8
tools/configure
vendored
|
@ -2950,15 +2950,15 @@ DLLTOOL=`findtool ${DLLTOOL} --lit`
|
|||
DLLWRAP=`findtool ${DLLWRAP} --lit`
|
||||
RANLIB=`findtool ${RANLIB} --lit`
|
||||
|
||||
if test -n "$ccache"; then
|
||||
CC="$ccache $CC"
|
||||
fi
|
||||
|
||||
if test "$ARG_ARM_THUMB" = "1"; then
|
||||
extradefines="$extradefines -DUSE_THUMB"
|
||||
CC="$toolsdir/thumb-cc.py $CC"
|
||||
fi
|
||||
|
||||
if test -n "$ccache"; then
|
||||
CC="$ccache $CC"
|
||||
fi
|
||||
|
||||
if test "X$endian" = "Xbig"; then
|
||||
defendian="ROCKBOX_BIG_ENDIAN"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue