rust/mk
Luqman Aden d0d800f125 Get rid of the android-cross-path flag to rustc.
There's no need to include this specific flag just for android. We can
already deal with what it tries to solve by using -C linker=/path/to/cc
and -C ar=/path/to/ar. The Makefiles for rustc already set this up when
we're crosscompiling.

I did add the flag to compiletest though so it can find gdb. Though, I'm
pretty sure we don't run debuginfo tests on android anyways right now.

[breaking-change]
2014-05-14 02:16:14 -04:00
..
clean.mk
crates.mk
ctags.mk
dist.mk
docs.mk
host.mk
install.mk
llvm.mk
main.mk
perf.mk
platform.mk
prepare.mk
reconfig.mk
rt.mk
rustllvm.mk
snap.mk
stage0.mk
target.mk
tests.mk
util.mk