]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #31331 - petevine:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 31 Jan 2016 23:06:01 +0000 (23:06 +0000)
committerbors <bors@rust-lang.org>
Sun, 31 Jan 2016 23:06:01 +0000 (23:06 +0000)
The target was meant as a modern generic `armv7` option, therefore a few changes were necessary:

- gcc's `-march=armv7` was causing compilation failures on modern linux systems
- rust codegen defaulted to `cortex-a7` causing illegal instruction crashes on previous `armv7-a` processors (e.g, cortex-a5, cortex-a8)


Trivial merge