CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/11/27 13:42:08
Modified files:
lang/gcc/4.6 : gcc4.port.mk
lang/gcc/4.8 : gcc4.port.mk
lang/clang : clang.port.mk
Log message:
Force NO_CCACHE for non-base compilers. Before that, ports system tried to
enable it through symlinks in ${WRKDIR}/bin/, which were effectively
overriden by gcc4.port.mk or clang.port.mk - thus lying that ccache was
used while it was not.
Still investigating for a good solution to actually enable ccache support
for non-base compilers.
okay juanfra@, sthen@