]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
META_MODE: Pass along the default sysroot in bootstrap-tools to avoid rebuilds later.
authorbdrewery <bdrewery@FreeBSD.org>
Thu, 14 Apr 2016 21:09:03 +0000 (21:09 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Thu, 14 Apr 2016 21:09:03 +0000 (21:09 +0000)
commit999759452e8b9cd0a50bd85d2285bb8183198e1c
treee818b12e406af1ad047b148f22a30bf04cf5379c
parentb40d5fe0a7b8550ca5f6cfb5e750e946b12b1dcb
META_MODE: Pass along the default sysroot in bootstrap-tools to avoid rebuilds later.

Some of the clang libraries build in this phase and the cross-tools
phase.  Later in the cross-tools phase when they build with a default
TOOLS_PREFIX, they see a changed build command in meta mode due to
the changed DEFAULT_SYSROOT.  This is avoided by passing along
TOOLS_PREFIX earlier.

Sponsored by: EMC / Isilon Storage Division
Makefile.inc1