Date:2011-01-08 15:12:34 (13 years 2 months ago)
Author:David Kühling
Commit:fba4b71342d3a4c64823b17d65ec8fa364d66acf
Message:use ccache also for C++ compilation

Files: rules.mk (1 diff)

Change Details

rules.mk
171171  # FIXME: move this variable to a better location
172172  export CCACHE_DIR=$(STAGING_DIR)/ccache
173173  TARGET_CC:= ccache $(TARGET_CC)
174  TARGET_CXX:= ccache $(TARGET_CXX)
174175endif
175176
176177TARGET_CONFIGURE_OPTS = \

Archive Download the corresponding diff file



interactive