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 data-layout fields to build targets. #622

Merged
merged 1 commit into from Apr 24, 2016

Conversation

NilSet
Copy link
Contributor

@NilSet NilSet commented Apr 23, 2016

Problem: Breaking change in rust-lang/rust#32939 makes the current nightly refuse to build without a data-layout field in the target json.

Solution: Take the data-layout emitted by clang for the target-triple and add it to the target json.

TODOs: Validate that clang's defaults are what we want. Documentation on data-layout format

Fixes: #620

@jackpot51
Copy link
Member

Thanks for taking care of this!

@jackpot51 jackpot51 merged commit f59e32a into redox-os:master Apr 24, 2016
@NilSet NilSet deleted the data-layout branch August 2, 2016 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants