]> git.ipfire.org Git - ipfire-2.x.git/commit
ccache: Include architecture in hashing
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 14 Sep 2015 12:07:43 +0000 (13:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 14 Sep 2015 12:07:43 +0000 (13:07 +0100)
commitb0ad5600dbc8c059dde746101af48a3bf51b9fae
tree3be9aef8a70adb0c46e5cd4e9fe4510f961c9010
parentef4580b9be728017687792405eeb315d5348eb57
ccache: Include architecture in hashing

ccache was configured to neglegt the compiler it is using
which causes conflicts when using the same cache for compiling
multiple architectures. Hence we include the architecture
(and the toolchain version) in the hash so that a different
hash will be generated.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh
tools/make-functions