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
Unknown Object (File)
Thu, May 2, 11:08 AM
Unknown Object (File)
Sat, Apr 27, 5:01 AM
Unknown Object (File)
Sat, Apr 27, 5:01 AM
Unknown Object (File)
Sat, Apr 27, 3:27 AM
Unknown Object (File)
Mar 29 2024, 1:28 AM
Unknown Object (File)
Jan 17 2024, 9:00 AM
Unknown Object (File)
Dec 20 2023, 5:24 AM
Unknown Object (File)
Nov 28 2023, 5:05 AM
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

Lint
Lint Skipped
Unit
Tests Skipped

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.