summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorRyan Prichard <ryan.prichard@gmail.com>2015-03-16 21:13:36 -0700
committerRyan Prichard <ryan.prichard@gmail.com>2015-03-16 21:13:36 -0700
commitb07a1dfcd12348541e81c809b59af9ff56fc1103 (patch)
tree5f70bb8ccf2ef8a8bc08aca61c4e940126814ed9 /src/libstd/sys/unix/stack_overflow.rs
parent1760e8749a46d8b64f8411a08a79d90e2b5f966e (diff)
downloadrust-b07a1dfcd12348541e81c809b59af9ff56fc1103.tar.gz
rust-b07a1dfcd12348541e81c809b59af9ff56fc1103.zip
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.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions