Skip to content

Tags: rprichard/rust

Tags

dev-2015-03-16-fix-linux-build-PASSED

Toggle dev-2015-03-16-fix-linux-build-PASSED's commit message
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.

1.0.0-alpha

Toggle 1.0.0-alpha's commit message
1.0.0-alpha release

0.12.0

Toggle 0.12.0's commit message
0.12.0 release

0.11.0

Toggle 0.11.0's commit message
0.11.0 release

0.10

Toggle 0.10's commit message
0.10 release

0.9

Toggle 0.9's commit message
0.9 release

0.8

Toggle 0.8's commit message
0.8 release

0.7

Toggle 0.7's commit message
0.7 release

0.6

Toggle 0.6's commit message
0.6 release

0.5

Toggle 0.5's commit message
0.5 release