Page MenuHomeFreeBSD

extend in-tree toolchain check to suggest xtoolchain package
ClosedPublic

Authored by emaste on Sep 30 2019, 12:59 PM.
Tags
None
Referenced Files
F135915710: D21851.diff
Fri, Nov 14, 3:11 AM
F135915464: D21851.id64070.diff
Fri, Nov 14, 3:08 AM
F135913892: D21851.id64070.diff
Fri, Nov 14, 2:48 AM
Unknown Object (File)
Thu, Nov 13, 1:49 AM
Unknown Object (File)
Wed, Nov 12, 8:41 AM
Unknown Object (File)
Thu, Nov 6, 3:44 AM
Unknown Object (File)
Tue, Oct 28, 3:35 PM
Unknown Object (File)
Sat, Oct 25, 8:49 PM
Subscribers
None

Details

Summary

If binutils/lld and GCC bootstraps are broken and we're not using Clang, suggest installing the xtoolchain-gcc package instead of just binutils.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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 and external binutils package. Extend the warning to suggest instead the full xtoolchain package if we have no in-tree compiler either.

This revision was not accepted when it landed; it landed in state Needs Review.Nov 8 2019, 2:07 PM
This revision was automatically updated to reflect the committed changes.