Ryan Prichard b07a1dfcd1 Fix the Linux nightly build by adding a LLVM_CONFIG_<target-triple> dep.
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.
2015-03-16 21:13:36 -07:00
..
2015-02-11 14:49:06 -08:00
2014-12-16 17:08:49 +01:00
2015-02-12 20:36:17 -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
2014-12-11 15:33:27 -07:00