rust/src/librustc_back
bors 1a41928045 Auto merge of #36933 - alexcrichton:less-neon-again, r=eddyb
rustc: Try again to disable NEON on armv7 linux

This is a follow-up to #35814 which apparently didn't disable it hard enough. It
looks like LLVM's default armv7 target enables NEON so we'd otherwise have to
pass `-neon`, but we're already enabling armv7 with `+v7` supposedly, so let's
try just telling LLVM that the armv7 target is arm and then enable features
selectively.

Closes #36913
2016-10-04 13:23:09 -07:00
..
target Auto merge of #36933 - alexcrichton:less-neon-again, r=eddyb 2016-10-04 13:23:09 -07:00
Cargo.toml rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
dynamic_lib.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
lib.rs add a panic-strategy field to the target specification 2016-09-27 21:26:08 -05:00
sha2.rs Improve internal documentation and code style 2016-05-21 08:51:08 -05:00
slice.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
tempdir.rs try! -> ? 2016-03-22 22:01:37 -05:00