Merge pull request #1354 from marineam/ccache

profiles: use compiler hash for ccache
This commit is contained in:
Michael Marineau 2015-07-09 18:55:37 -07:00
commit 9dabe87f88

View File

@ -85,6 +85,7 @@ PORTAGE_BUNZIP2_COMMAND="lbunzip2"
# instead of ${ROOT}/var/tmp/ccache enables sharing results across # instead of ${ROOT}/var/tmp/ccache enables sharing results across
# setup_board --force and between different boards of the same arch. # setup_board --force and between different boards of the same arch.
CCACHE_COMPRESS=1 CCACHE_COMPRESS=1
CCACHE_COMPILERCHECK=content
CCACHE_DIR="/var/tmp/ccache" CCACHE_DIR="/var/tmp/ccache"
# Always build binary packages, remove old build logs, avoid running as root. # Always build binary packages, remove old build logs, avoid running as root.