]> git.lizzy.rs Git - rust.git/commit
test: Use `set sysroot` for more NDK compatibility
authorAlex Crichton <alex@alexcrichton.com>
Tue, 24 May 2016 16:51:29 +0000 (09:51 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 24 May 2016 16:51:29 +0000 (09:51 -0700)
commit0f3e8650f7f5a2658b639a3b84ee2946dd1fd98d
treedb4614a4857da58a50f57a8e1c228a7a05768c41
parentdd6e8d45e183861d44ed91a99f0a50403b2776a3
test: Use `set sysroot` for more NDK compatibility

Recent versions of the Android NDK no longer ship debuggers like
`arm-linux-androideabi-gdb`, but instead one prebuilt binary `gdb`. We can
symlink this into place at least to get our detection still working, but it now
needs to be told what the sysroot is so it can correctly do... something. Long
story short, tests didn't pass with this change and after this change they pass.
src/tools/compiletest/src/runtest.rs