From f175d45b4c350905956688e2bd40cd9f27f9026e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 21 Nov 2016 17:37:08 +0100 Subject: always use ccache from OpenADK, problem reported by Diez --- scripts/prereq.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'scripts/prereq.sh') diff --git a/scripts/prereq.sh b/scripts/prereq.sh index e833140f8..8d8da4f68 100755 --- a/scripts/prereq.sh +++ b/scripts/prereq.sh @@ -596,11 +596,6 @@ if ! which mkisofs >/dev/null 2>&1; then host_build_cdrtools=1 fi -host_build_ccache=0 -if ! which ccache >/dev/null 2>&1; then - host_build_ccache=1 -fi - host_build_genext2fs=0 if ! which genext2fs >/dev/null 2>&1; then host_build_genext2fs=1 @@ -686,9 +681,6 @@ if [ $host_build_xz -eq 1 ]; then printf "\t%s\n" "select ADK_HOST_BUILD_XZ" >> $topdir/target/config/Config.in.prereq fi # optional -if [ $host_build_ccache -eq 1 ]; then - printf "\t%s\n" "select ADK_HOST_BUILD_CCACHE if ADK_HOST_NEED_CCACHE" >> $topdir/target/config/Config.in.prereq -fi if [ $host_build_cdrtools -eq 1 ]; then printf "\t%s\n" "select ADK_HOST_BUILD_CDRTOOLS if ADK_HOST_NEED_CDRTOOLS" >> $topdir/target/config/Config.in.prereq fi -- cgit v1.2.3