Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2017 01:34:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld
Message-ID:  <bug-223551-29464-5TpCjBg5jT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223551-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223551-29464@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #10 from Mark Millard <markmi@dsl-only.net> ---
(In reply to sid from comment #9)

What happens if you comment out as below:

 CC=3D     /usr/local/llvm40/bin/clang
 #XCC=3D    /usr/local/llvm40/bin/clang
 CXX=3D    /usr/local/llvm40/bin/clang++
 #XCXX=3D   /usr/local/llvm40/bin/clang++
 CPP=3D    /usr/local/llvm40/bin/clang-cpp
 #XCPP=3D   /usr/local/llvm40/bin/clang-cpp

I expect that it would have the same behavior:
absent explicit X?? assignments the ?? assignments
are copied into the internal X??'s before those
X??'s are used.

The same sort of point should apply to AR vs. XAR
and the like if they are similarly duplicates
by content.

You should only needed X?? when you assign
a distinct value from the matching ?? .

That can cut down on the amount of text required
if you care (presuming the test goes as I expect).


I do not see any information for me to analyze for
the rebuild-kernel-twice issue.

But that goes outside this Bugzilla report. I
think we are nearing your being able to close
this report as "not a bug", other than possibly
the original wording in:

https://wiki.freebsd.org/ExternalToolchain

being made clearer.

--=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-29464-5TpCjBg5jT>