Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add binutils to base system image #76

Closed
wants to merge 1 commit into from
Closed

Add binutils to base system image #76

wants to merge 1 commit into from

Commits on Feb 12, 2020

  1. Add binutils to base system image

    binutils is a base gnu userland toolset normally its included with coreutils as a dependency, but I guess with void its not. It has the both `ld` linkers, as well as `ar`, `strings`, `objdump`, etc. It's only 3mb, and of such a base level that we should probably include it.  When all else fails
    q5sys committed Feb 12, 2020