https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551
Bug ID: 223551
Summary: for external toolchain support, X prefix is not
setting build utils for make buildworld
Product: Base System
Version: 11.1-RELEASE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
XAS= /usr/local/bin/llvm-as50
XAR= /usr/local/bin/llvm-ar50
XLD= /usr/local/bin/lld-link50
XNM= /usr/local/bin/llvm-nm50
XOBJECTDUMP=/usr/local/bin/llvm-objdump50
XRANLIB= /usr/local/bin/llvm-ranlib50
XSTRINGS= /usr/local/bin/llvm-strings50
These arguments with the X prefix are not setting utils for make buildworld, as
they are supposed to according to https://wiki.freebsd.org/ExternalToolchain
AS, AR, LD, NM, OBJECTDUMP, RANLIB, and STRINGS are instead setting utils for
buildworld.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"