Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Nov 2017 04:32:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld
Message-ID:  <bug-223551-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223551

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

XAS=3D        /usr/local/bin/llvm-as50
XAR=3D        /usr/local/bin/llvm-ar50
XLD=3D        /usr/local/bin/lld-link50
XNM=3D        /usr/local/bin/llvm-nm50
XOBJECTDUMP=3D/usr/local/bin/llvm-objdump50
XRANLIB=3D    /usr/local/bin/llvm-ranlib50
XSTRINGS=3D   /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 f=
or
buildworld.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223551-8>