]> git.lizzy.rs Git - rust.git/commit
auto merge of #14179 : luqmana/rust/acp, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 14 May 2014 09:36:23 +0000 (02:36 -0700)
committerbors <bors@rust-lang.org>
Wed, 14 May 2014 09:36:23 +0000 (02:36 -0700)
commit03053580cafaded02e1ab450b6d5c5ff36ab3fa7
tree706eeb914803f841a470b66e638c4402c1f3a134
parentdb5ca23118f1d96286a25d8627be3fe05ae51c5d
parentd0d800f125ad95ec392ae01d38e66b9c82527f89
auto merge of #14179 : luqmana/rust/acp, r=alexcrichton

It's a bit odd to single out just android when we don't do this for any other cross compiling targets. Android builds will still work since we just pass the full path for gcc and ar with `-C linker` and `-C ar`.

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]