rust/mk
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
..
cfg bitrig integration 2015-02-11 14:49:06 -08:00
clean.mk
crates.mk Separate most of rustc::lint::builtin into a separate crate. 2015-02-28 15:33:59 +11:00
ctags.mk
debuggers.mk Make build timestamp files robust in face of concurrent source modification. 2015-03-03 15:11:01 +01:00
dist.mk extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00
docs.mk std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
grammar.mk Add a LALR grammar for Rust with testing support 2015-01-20 18:47:17 -08:00
host.mk
install.mk Remove duplicated configuration for android 2015-02-10 21:53:33 +09:00
llvm.mk Avoid passing -L "" to rustc. 2015-03-12 04:09:12 -07:00
main.mk Avoid passing -L "" during cross-compilation. 2015-03-13 16:46:45 -07:00
perf.mk
platform.mk PR review fixes 2015-02-11 14:49:10 -08:00
prepare.mk iOS: fixed install phase 2015-01-12 10:09:47 +02:00
reconfig.mk
rt.mk Remove duplicated configuration for android 2015-02-10 21:53:33 +09:00
rustllvm.mk
snap.mk
stage0.mk
target.mk Fix the Linux nightly build by adding a LLVM_CONFIG_<target-triple> dep. 2015-03-16 21:13:36 -07:00
tests.mk join lines in makefile 2015-03-16 21:57:43 -05:00
util.mk