From 458b102b8105dccde35f306d5d1fbc7d21bef8f1 Mon Sep 17 00:00:00 2001 From: Lubos Lunak Date: Mon, 24 Dec 2012 11:42:18 +0100 Subject: disable ccache too when running clang as rewritter --- solenv/gbuild/platform/com_GCC_class.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solenv') diff --git a/solenv/gbuild/platform/com_GCC_class.mk b/solenv/gbuild/platform/com_GCC_class.mk index f88f0f17d6f9..80a168e8584a 100644 --- a/solenv/gbuild/platform/com_GCC_class.mk +++ b/solenv/gbuild/platform/com_GCC_class.mk @@ -80,7 +80,7 @@ endef define gb_CObject__tool_command $(call gb_Output_announce,$(1).c,$(true),C ,3) $(call gb_Helper_abbreviate_dirs,\ - ICECC=no \ + ICECC=no CCACHE_DISABLE=1 \ $(gb_CC) \ $(DEFS) \ $(T_CFLAGS) \ @@ -121,7 +121,7 @@ endef define gb_CxxObject__tool_command $(call gb_Output_announce,$(1).cxx,$(true),CXX,3) $(call gb_Helper_abbreviate_dirs,\ - ICECC=no \ + ICECC=no CCACHE_DISABLE=1 \ $(gb_CXX) \ $(DEFS) \ $(T_CXXFLAGS) \ -- cgit