Skip to content

Conversation

@kayabaNerve
Copy link

gcc is already a package installed, but it does not install a libc candidate with it. musl-dev contains the necessary development files (crti.o, crtn.o, Scrt1.o, libc.so, etc.).

This was prior requested in #68 and is necessary for proc-macros/build scripts to compile, without additional configuration/setup. It also is apparently just a 2% size increase which many consumers are already incurring due to how only effectively-bare-metal compilation is possible without it.

`gcc` is already a package installed, but it does not install a `libc` candidate with it. `musl-dev` contains the necessary development files (`crti.o`, `crtn.o`, `Scrt1.o`, `libc.so`, etc.).

This was prior requested in rust-lang#68 and is necessary for `proc-macro`s/build scripts to compile, without additional configuration/setup. It also is apparently just a 2% size increase which many consumers are already incurring due to how only effectively bare-metal compilation is possible without it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant