]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use universe-toolchain config(8)
authorbdrewery <bdrewery@FreeBSD.org>
Wed, 29 Apr 2020 02:18:39 +0000 (02:18 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Wed, 29 Apr 2020 02:18:39 +0000 (02:18 +0000)
commit1a38c45d0bf29924f9843e2f19e6ceaaccb7195f
treec037f05f68f33873ecdbc6a3901770cfcdf84c52
parent0b1d4f866032ee2113fca439452bac1facafbf25
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
Makefile