CCACHE not working on arm64 compilation

This commit is contained in:
Igor Pecovnik 2016-04-08 09:01:43 +02:00
parent 42eb7a1fac
commit 602ce5e6ec

View File

@ -348,7 +348,7 @@ case $BOARD in
#description S905 C2 quad core
#build 1wip
ARCH="arm64"
CROSS_COMPILE="$CCACHE aarch64-linux-gnu-"
CROSS_COMPILE="aarch64-linux-gnu-"
CCACHE=""
TARGETS="Image"
LINUXFAMILY="odroidc2"