From 8a00ac30ee17aabf4f92dd6af6ab0cc73f025ffc Mon Sep 17 00:00:00 2001 From: ranma Date: Sat, 26 Jun 2010 21:55:09 +0000 Subject: [PATCH] Swap ccache and git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27147 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/configure b/tools/configure index 14685fd8e..09f2f23a9 100755 --- a/tools/configure +++ b/tools/configure @@ -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 -- 2.11.4.GIT