-
Notifications
You must be signed in to change notification settings - Fork 710
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
Switch from arm-android-linuxeabi to armv7-android-linuxeabi on Travis CI #482
Comments
See https://internals.rust-lang.org/t/what-is-the-current-status-of-arm-linux-androideabi/4507/3:
|
I was about to write a comment in one of the android issues about that. I think we need to pass |
What you're suggesting sounds good to me, IIUC. |
Fixed by #488. Thanks again! |
I think we should switch to armv7-android-linuxeabi, because it is built with -mthumb (IIUC), whereas arm-android-linuxeabi isn't. We'd need to ensure that
-mthumb
gets passed to the C and C++ compilers and the assembler properly.WDYT @pietro?
The text was updated successfully, but these errors were encountered: