[Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 9 04:32:41 UTC 2017


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: freebsd-bugs at FreeBSD.org
          Reporter: sid at bsdmail.com

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.


More information about the freebsd-bugs mailing list