commit | 985f6295c228195f48a0bcff3a3f1e55cb80d660 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Sep 25 03:50:41 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 25 03:50:41 2020 +0000 |
tree | 107e453a70dfc7a311f0575f4707ec84da9daed8 | |
parent | 4f6eebff0ce0c54fe04ed241075d6060025b5b56 [diff] | |
parent | ad64c3944234782fec19537c57af97a2f6672fd5 [diff] |
Merge "Switch to armv7 for Rust ARM"
diff --git a/rust/config/arm_device.go b/rust/config/arm_device.go index ac4f1c6..adfe917 100644 --- a/rust/config/arm_device.go +++ b/rust/config/arm_device.go
@@ -52,7 +52,7 @@ } func (t *toolchainArm) RustTriple() string { - return "arm-linux-androideabi" + return "armv7-linux-androideabi" } func (t *toolchainArm) ToolchainLinkFlags() string {