rust/mk
Alex Crichton ee258c548f mk: Fix native LLVM deps for cross-host builds
We use a script called `mklldeps.py` to run `llvm-config` to generate a list
of LLVM libraries and native dependencies needed by LLVM, but all cross-compiled
LLVM builds were using the *host triple's* `llvm-config` instead of the
*target's* `llvm-config`. This commit alters this to require the right
`llvmdeps.rs` to be generated which will run the correct `llvm-config`.
2015-05-19 10:36:00 -07:00
..
cfg Scale back changes made 2015-05-12 14:50:36 -07:00
clean.mk
crates.mk mk: Correct names of installed libs on windows 2015-05-19 10:36:00 -07: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 mk: Add a missing folder to the dist directory 2015-05-08 09:45:16 -07:00
docs.mk Error index style tweaks. 2015-05-05 11:17:00 +10:00
grammar.mk Add a LALR grammar for Rust with testing support 2015-01-20 18:47:17 -08:00
host.mk
install.mk configure: Remove obsolete --disable-verify option 2015-04-08 12:16:47 -07:00
llvm.mk mk: Fix native LLVM deps for cross-host builds 2015-05-19 10:36:00 -07:00
main.mk mk: Correct names of installed libs on windows 2015-05-19 10:36:00 -07:00
perf.mk
platform.mk mk: Correct names of installed libs on windows 2015-05-19 10:36:00 -07:00
prepare.mk mk: Correct names of installed libs on windows 2015-05-19 10:36:00 -07:00
reconfig.mk
rt.mk mk: Correct names of installed libs on windows 2015-05-19 10:36:00 -07:00
rustllvm.mk mk: Remove a bunch of unused directives 2015-04-27 09:22:05 -07:00
snap.mk
stage0.mk
target.mk mk: Fix native LLVM deps for cross-host builds 2015-05-19 10:36:00 -07:00
tests.mk mk: Fix native LLVM deps for cross-host builds 2015-05-19 10:36:00 -07:00
util.mk mk: Add a printer helper to the make setup 2015-04-10 17:10:03 -07:00