Date: Wed, 29 Apr 2020 07:47:18 -0700 From: John Baldwin <jhb@FreeBSD.org> To: Bryan Drewery <bdrewery@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r360453 - head Message-ID: <c506e2d7-9990-a9a0-8574-74b354bcd11a@FreeBSD.org> In-Reply-To: <202004290218.03T2IdZM091899@repo.freebsd.org> References: <202004290218.03T2IdZM091899@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 4/28/20 7:18 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Apr 29 02:18:39 2020 > New Revision: 360453 > URL: https://svnweb.freebsd.org/changeset/base/360453 > > Log: > Use universe-toolchain config(8) > > This is a temporary hack to aid with config(8) changing in r360443. > It will not work for all cases. > > env PATH is used because universe-toolchain is only built when worlds > are built, and then only if clang is needed, so it may not exist. > > universe-toolchain needs to be expanded to always be built, inspected to > remove non-cross-build-safe tools, used for buildworld/buildkernel, > and potentially incremental build support. > > Sponsored by: Dell EMC Thanks for the quick fix! -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c506e2d7-9990-a9a0-8574-74b354bcd11a>