CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/05/17 15:45:09
Modified files:
devel/llvm : Makefile
Added files:
devel/llvm/patches:
patch-tools_clang_tools_scan-build_libexec_ccc-analyzer
Log message:
devel/llvm: unbreak scan-build
ccc-analyzer hardcodes gcc/g++ as default compiler name on non-Darwin
platforms. This doesn't work so well if no gcc/g++ is available as has
been the case on amd64 (and all other platforms where gcc was deleted).
ok jca
