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

Link the kernel using LLD #96

Open
hawkw opened this issue May 21, 2017 · 0 comments
Open

Link the kernel using LLD #96

hawkw opened this issue May 21, 2017 · 0 comments
Assignees
Labels
area/build Area: this issue describes changes or improvements to the kernel build systems and tooling. contrib/help wanted Contributing: help is requested or needed by the filer of this issue. kind/feature Kind: this issue is a feature.

Comments

@hawkw
Copy link
Member

hawkw commented May 21, 2017

The new "linker-flavor" field added to target.json files rust-lang/rust#40018 should make it possible to use LLD rather than GCC as a linker. It would be nice to use LLD, since it's cross-platform and would mean that we no longer depend on x86_64-elf-binutils. This would also allow us to cross-compile for more platforms than x86_64-pc-elf without needing to add more cross toolchains to our dependencies.

@hawkw hawkw added area/build Area: this issue describes changes or improvements to the kernel build systems and tooling. kind/feature Kind: this issue is a feature. labels May 21, 2017
@hawkw hawkw self-assigned this May 21, 2017
@hawkw hawkw added the contrib/help wanted Contributing: help is requested or needed by the filer of this issue. label Jan 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build Area: this issue describes changes or improvements to the kernel build systems and tooling. contrib/help wanted Contributing: help is requested or needed by the filer of this issue. kind/feature Kind: this issue is a feature.
Projects
None yet
Development

No branches or pull requests

1 participant