rust/mk
Cody P Schafer 2d0cb31d30 mk: tell rustc that we're only looking for native libs in the LLVM_LIBDIR
This fixes the case where we try to re-build & re-install rust to the
same prefix (without uninstalling) while using an llvm-root that is the
same as the prefix.

Without this, builds like that fail with:
	'error: multiple dylib candidates for `std` found'

See https://github.com/jmesmon/meta-rust/issues/6 for some details.

May also be related to #20342.
2015-08-26 13:43:15 -04:00
..
cfg New cross target: i686-linux-android 2015-08-23 15:38:11 +08:00
clean.mk
crates.mk Type check platform-intrinsics in typeck. 2015-08-17 14:41:38 -07:00
ctags.mk
debuggers.mk
dist.mk
docs.mk Auto merge of #27789 - chriskrycho:remove_pandoc_references, r=steveklabnik 2015-08-13 03:52:10 +00:00
grammar.mk
host.mk
install.mk
llvm.mk
main.mk mk: tell rustc that we're only looking for native libs in the LLVM_LIBDIR 2015-08-26 13:43:15 -04:00
perf.mk
platform.mk
prepare.mk
reconfig.mk
rt.mk rustc: Allow changing the default allocator 2015-08-14 15:13:10 -07:00
rustllvm.mk
snap.mk
stage0.mk
target.mk rustc_back: add configure options for default linker and ar 2015-08-19 18:06:34 +02:00
tests.mk rustc: Allow changing the default allocator 2015-08-14 15:13:10 -07:00
util.mk