[Bug 282563] stable/14 build with clang19
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282563] stable/14 build with clang19"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Nov 2024 17:17:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282563 Brooks Davis <brooks@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brooks@FreeBSD.org --- Comment #1 from Brooks Davis <brooks@FreeBSD.org> --- Setting CC/CXX/CPP to clang19 is not expected to work for buildworld. It might work if you set the full path, but the supported way is to set CROSS_TOOLCHAIN=llvm19 which sources /usr/local/share/toolchains/llvm19.mk in the right places. I'm not entirely sure why PATH is restricted this late in the build process, but clearly it is. All that being said, I'm not sure all the build fixes have been MFCd so the build may still fail. -- You are receiving this mail because: You are the assignee for the bug.