From fc650be4685d4b964fc5cc432ffa0cd03b3c6767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sat, 8 Jan 2011 15:12:34 +0100 Subject: [PATCH] use ccache also for C++ compilation --- rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.mk b/rules.mk index 0068350ed..ef2394b74 100644 --- a/rules.mk +++ b/rules.mk @@ -175,6 +175,7 @@ INSTALL_CONF:=install -m0600 ifneq ($(CONFIG_CCACHE),) TARGET_CC:= ccache $(TARGET_CC) + TARGET_CXX:= ccache $(TARGET_CXX) endif TARGET_CONFIGURE_OPTS = \