]> git.lizzy.rs Git - rust.git/commit
Get rid of the android-cross-path flag to rustc.
authorLuqman Aden <laden@csclub.uwaterloo.ca>
Tue, 13 May 2014 18:44:30 +0000 (14:44 -0400)
committerLuqman Aden <laden@csclub.uwaterloo.ca>
Wed, 14 May 2014 06:16:14 +0000 (02:16 -0400)
commitd0d800f125ad95ec392ae01d38e66b9c82527f89
tree9fea0f1c56e07e80cf0ccc680fcea4bdec7475a1
parente4414739a5897ff2a4b35de5f7e1436b6e3f3f10
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]
man/rustc.1
mk/platform.mk
mk/tests.mk
src/compiletest/common.rs
src/compiletest/compiletest.rs
src/compiletest/runtest.rs
src/etc/zsh/_rust
src/librustc/back/link.rs
src/librustc/driver/config.rs