]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #31814 - petevine:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 23 Feb 2016 05:17:08 +0000 (05:17 +0000)
committerbors <bors@rust-lang.org>
Tue, 23 Feb 2016 05:17:08 +0000 (05:17 +0000)
The `vfp2` option was a leftover from `armv6` compatibility features of the original armhf target.
Gcc defaults to `vfp3`on `armv7` hard-float linux systems so we should make it the default for rustc too.


Trivial merge