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

asm: add target_env = "musl" to pickup the underscore asm names #128

Merged
merged 1 commit into from
Feb 25, 2020
Merged

asm: add target_env = "musl" to pickup the underscore asm names #128

merged 1 commit into from
Feb 25, 2020

Conversation

haraldh
Copy link
Contributor

@haraldh haraldh commented Feb 24, 2020

musl is like gnu and does not add an underscore to external
function names as the real link_name.

@haraldh
Copy link
Contributor Author

haraldh commented Feb 24, 2020

sorry... forgot musl

@phil-opp
Copy link
Member

Thanks! Could you add a CI test to ensure that we don't regress this?

`musl` is like `gnu` and does not add an underscore to external
function names as the real `link_name`.
@haraldh
Copy link
Contributor Author

haraldh commented Feb 25, 2020

Thanks! Could you add a CI test to ensure that we don't regress this?

done

@phil-opp phil-opp merged commit d8c59c5 into rust-osdev:master Feb 25, 2020
phil-opp added a commit that referenced this pull request Feb 25, 2020
@phil-opp
Copy link
Member

Published as 0.9.4

@haraldh haraldh deleted the stable_musl branch February 25, 2020 13:02
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.

2 participants