Merge "Switch to armv7 for Rust ARM"

This commit is contained in:
Treehugger Robot 2020-09-25 03:50:41 +00:00 committed by Gerrit Code Review
commit 985f6295c2

View file

@ -52,7 +52,7 @@ type toolchainArm struct {
}
func (t *toolchainArm) RustTriple() string {
return "arm-linux-androideabi"
return "armv7-linux-androideabi"
}
func (t *toolchainArm) ToolchainLinkFlags() string {