-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Change arm-linux-androideabi to correspond to the armeabi official ABI #41656
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
It this the correct fix? |
r? @japaric |
@bors: r+ Thanks @malbarbo! FWIW the reason we didn't do this originally was to prevent regressing Servo, but I just chatted with @fabricedesre on IRC and it sounds like they're good to go (can change to armv7 target if necessary). Also cc @larsbergstrom to make sure you're in the loop on this as well. |
📌 Commit 5cf0446 has been approved by |
…chton Change arm-linux-androideabi to correspond to the armeabi official ABI Fixes rust-lang#40941.
Thanks Alex! Should this be tagged relnotes? |
Indeed yeah |
@alexcrichton Thanks for the heads-up! |
Fixes #40941.