bors 883551b1d7 Auto merge of #23429 - rprichard:fix-linux-build, r=alexcrichton
The RUST_TARGET_STAGE_N rule uses LLVM_LIBDIR_RUSTFLAGS_<target-triple>,
which expands to -L "$(llvm-config --libdir)" when the target-triple is
also a host-triple. Rather than expand to -L "" if llvm-config has not yet
been built, add a dependency on the target llvm-config.

When the target-triple is not a host-triple, the new LLVM_CONFIG_$(2)
dependency should expand to nothing.

r? alexcrichton
2015-03-17 05:57:14 +00:00
..
2015-02-11 14:49:06 -08:00
2015-03-04 15:59:30 -08:00
2015-03-12 04:09:12 -07:00
2015-02-11 14:49:10 -08:00
2015-01-12 10:09:47 +02:00
2015-03-16 21:57:43 -05:00