]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
suggest xtoolchain package if binutils and GCC bootstraps are both broken
authoremaste <emaste@FreeBSD.org>
Fri, 8 Nov 2019 14:06:48 +0000 (14:06 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 8 Nov 2019 14:06:48 +0000 (14:06 +0000)
commit17970bcc9d8e8cd30e5f32d6e0bc0b35b77bf259
treed864e0f4e30db9e67acbfa7a2730859bdf591c7b
parent11fc829583b80a752c888dcfc323d394c79b1736
suggest xtoolchain package if binutils and GCC bootstraps are both broken

Previously we checked for only BINUTILS_BOOTSTRAP as a broken option
and suggested installing the binutils package.  This was originally done
for arm64 where we used the in-tree Clang with external binutils package.

Add a case to the warning to suggest instead the full xtoolchain package
if we have no in-tree compiler either.

Differential Revision: https://reviews.freebsd.org/D21851
Makefile.inc1