gcc: remove the --with-pkgversion option from the ccache hash
authorArnout Vandecappelle <arnout@mind.be>
Sun, 4 Oct 2015 16:06:01 +0000 (17:06 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Oct 2015 16:22:21 +0000 (18:22 +0200)
commitfe3395258c29e1290ead64548c05f34b1ea710ce
tree7c87531f20253274eb33f78675d52a06a9140d18
parent1e97b2787331c5f4452d8c9a76961a89ec355d9d
gcc: remove the --with-pkgversion option from the ccache hash

One of the gcc configure options that we hash for ccache is
--with-pkgversion which is set to something like Buildroot
2015.11-git-00426-ge7e7e4f - i.e., it will change with every buildroot
commit. That's obviously not wanted, so substitute this away.

Also add a \n to the printf so the output is a bit more readable.

[Peter: update documentation to match]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/gcc.mk