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

Conversation

Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
@q5sys
Copy link
Member

@q5sys q5sys commented Feb 12, 2020

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

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
@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Aug 22, 2020

Closing PR: Not really needed in base

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment