[Bug 284893] Fix ccache for ports that have USES=llvm and USES=cmake
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 284893] Fix ccache when ports has USES=llvm and USES=cmake"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Mar 2025 07:50:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284893 --- Comment #4 from Yuri Victorovich <yuri@freebsd.org> --- (In reply to Max Brazhnikov from comment #3) > If the problem is not specific to USES=llvm, shall we enable compiler launcher unconditionally when ccache is used? ccache only supports C/C++ compilers. C/C++ compilers come from (1) base, (2) llvm, (3) gcc. The case (1) base is already works through the links in /usr/local/libexec/ccache. This patch solves it for (2) llvm. The case (3) gcc is also already works through the links in /usr/local/libexec/ccache. I am not aware of any other C/C++ compilers used on FreeBSD. -- You are receiving this mail because: You are on the CC list for the bug.