You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-driverArea: rustc_driver that ties everything together into the `rustc` compilerE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.O-androidOperating system: Android
Currently rustc uses arm-unknown-android but this doesn't seem to be the preferred triple. I think @sanxiyn mentioned a better one but I can't find it. Maybe arm-linux-androidabi.
The text was updated successfully, but these errors were encountered:
I renamed arm-unknown-android to arm-linux-androideabi, however more delicate function of get_os and get_arch in driver.rs needed since str::contains cause error by order. I will update patch soon
A-driverArea: rustc_driver that ties everything together into the `rustc` compilerE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.O-androidOperating system: Android
Currently rustc uses
arm-unknown-android
but this doesn't seem to be the preferred triple. I think @sanxiyn mentioned a better one but I can't find it. Maybearm-linux-androidabi
.The text was updated successfully, but these errors were encountered: