]> git.lizzy.rs Git - rust.git/commit
mk: Fix use of deprecated configure var
authorAlex Crichton <alex@alexcrichton.com>
Tue, 26 Apr 2016 01:35:58 +0000 (18:35 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 26 Apr 2016 01:35:58 +0000 (18:35 -0700)
commit1fac8a45641e203698958e8101a8886ded52d336
tree741d463c711939c622612e85e12e866dc24eae93
parentcfae4dea875ddcc5f23481106a149ea15b6be1e5
mk: Fix use of deprecated configure var

The `--android-cross-path` has been deprecated for some time now, we should use
`CFG_ARM_LINUX_ANDROIDEABI_NDK` instead.

Ideally this would use the right triple, but we're only testing ARM for now.
mk/tests.mk