]> git.lizzy.rs Git - rust.git/commit
Support armhf abi on 64-bit ARM cpus
authorXimin Luo <infinity0@pwned.gg>
Mon, 6 Mar 2017 20:42:55 +0000 (21:42 +0100)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 10 Mar 2017 16:13:21 +0000 (08:13 -0800)
commit0a55c8e659f0fc540b740101f7a02ab28e300aa4
tree07baf96f61880fd49a53ffc559380dcf91ecddf0
parentf573db4f80c75f156df8a743f456bf087ec81dc2
Support armhf abi on 64-bit ARM cpus

They report their `uname -m` as armv8l rather than aarch64.

Patch originally by Matthias Klose <doko@debian.org>
configure
src/bootstrap/bootstrap.py