]> git.lizzy.rs Git - rust.git/commit
auto merge of #13738 : buttslol/rust/armv7-support, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 28 May 2014 18:06:42 +0000 (11:06 -0700)
committerbors <bors@rust-lang.org>
Wed, 28 May 2014 18:06:42 +0000 (11:06 -0700)
commit98c2b4b4ac7a110aee7c236f5d5c392dc7617a03
tree112e84499ace4aa8f6fbf11ab5ad70014c30ca53
parentcd6fb59ee266d0eeb60a9bcfdd1c513a88a50c5c
parentb4e69d4529186fa1558418578638bd0b069669dc
auto merge of #13738 : buttslol/rust/armv7-support, r=alexcrichton

This was required to get ./configure to work on my armv7 test machine.

I haven't found anything sane to feature gate `hf` on that's pokable from the context of the configure script.

It also seems that gcc doesn't work on armv7 by default (rust wants to pass it `-m32` which isn't supported), would it be preferential to make the default `--enable-clang` on arm, or remove the `-m32` flag on that platform?
configure