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

rustup-init.sh: Support detecting 32bit userland on aarch64 #2133

Merged

Conversation

kinnison
Copy link
Contributor

We duplicate the 'eabihf' suffix code here to ensure that if we
select armv7 as a result, we append the ABI suffix if necessary.

This should fix #2111

cc @NoraCodes

We duplicate the 'eabihf' suffix code here to ensure that if we
select armv7 as a result, we append the ABI suffix if necessary.

This should fix rust-lang#2111

Signed-off-by: Daniel Silverstone <[email protected]>
@kinnison kinnison added this to the 1.21.0 milestone Nov 17, 2019
@kinnison kinnison merged commit 40e4b9c into rust-lang:master Nov 20, 2019
@kinnison kinnison deleted the kinnison/32bit-linux-on-64bit-kernel branch November 20, 2019 21:24
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.

rustup-init.sh does not correctly detect host string for Pinebook Pro
1 participant