1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 22:34:04 +02:00

use ccache also for C++ compilation

This commit is contained in:
David Kühling 2011-01-08 15:12:34 +01:00 committed by Xiangfu Liu
parent a67c6c4993
commit fc650be468

View File

@ -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 = \