summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 14685fd..09f2f23 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