Actions
Bug #636
closed--toolchain-version option doesn't work for run-tests.sh
Start date:
09/02/2014
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
Android version:
CrystaX NDK Version:
Description
$ ./tests/run-tests.sh --toolchain-version=4.8 To follow build in another terminal, please use: tail -F /tmp/ndk-crystax/tests/build-tests.log ..... Building NDK build test: clang-multiple-arm-enable-ehabi Skipping clang-multiple-arm-enable-ehabi: (no build for 4.6)
It say "no build for 4.6" even though --toolchain-version=4.8 specified. However, with environment variable NDK_TOOLCHAIN_VERSION it report toolchain version properly:
$ NDK_TOOLCHAIN_VERSION=4.8 ./tests/run-tests.sh To follow build in another terminal, please use: tail -F /tmp/ndk-crystax/tests/build-tests.log ..... Building NDK build test: clang-multiple-arm-enable-ehabi Skipping clang-multiple-arm-enable-ehabi: (no build for 4.8)
Actions