freebsd-ports/devel/ccache/files/patch-ccache.yo
Alex Dupre 4fbf6452a6 - Add CCACHE_CACHE_COMPILER patch
- Improve examples
- Add two new scripts to enhance buildworld/buildkernel

ccache may now be used safely and effectively to build the FreeBSD source tree.
Follow the pkg-message tips to exploit it.

Approved by:	maintainer
2006-03-21 15:06:15 +00:00

14 lines
647 B
Text

--- ccache.yo.orig 2004/09/10 05:05:14 1.26
+++ ccache.yo 2005/11/24 21:54:09 1.27
@@ -203,6 +203,11 @@
strike problems with gdb not using the correct directory then enable
this option.
+dit(bf(CCACHE_HASH_COMPILER)) This tells ccache to hash binary of the
+compiler instead of hashing just its size and mtime. This is very
+slightly slower, but makes copes better with compiler upgrades during
+a build bootstrapping process.
+
dit(bf(CCACHE_UNIFY)) If you set the environment variable CCACHE_UNIFY
then ccache will use the C/C++ unifier when hashing the pre-processor
output if -g is not used in the compile. The unifier is slower than a