Page MenuHomeFreeBSD

packages: rename elftoolchain to toolchain, add more things
Needs ReviewPublic

Authored by ivy on Sat, May 10, 6:12 PM.

Details

Reviewers
des
kevans
Group Reviewers
pkgbase
Summary

rename the existing "elftoolchain" package to "toolchain", and move
everything which is gated by MK_TOOLCHAIN (e.g. lex, yacc, ...) to the
toolchain package.

this means we have one package called "toolchain" which contains all the
development-related utilities which are not compilers or already part of
some other package (e.g., llvm).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64061
Build 60945: arc lint + arc unit

Event Timeline

ivy requested review of this revision.Sat, May 10, 6:12 PM

if this lands i will send a heads up to current@ and pkgbase@ since we don't really have a good way to handle adding new packages right now.