[ARM32] clang 3.9 as a default for ARM cross build (dotnet/coreclr#11064)
authorHyung-Kyu Choi <hqueue@users.noreply.github.com>
Tue, 25 Apr 2017 17:58:22 +0000 (02:58 +0900)
committerGaurav Khanna <gkhanna@microsoft.com>
Tue, 25 Apr 2017 17:58:22 +0000 (10:58 -0700)
commit36f2ae80a6d33bfe0c45dcb40705a0c8da48a85f
tree8db559b1bc84c668f2b4839643b195e463bf942b
parentab235ff11b108b3dd21c16903ed989dcd4cc3119
[ARM32] clang 3.9 as a default for ARM cross build (dotnet/coreclr#11064)

* [ARM32] clang 3.9 as a default for ARM cross build

Use clang 3.9 as a default compiler for ARM cross build

* Both arm and armel will be built using clang 3.9 as a default
* ARM CI will use clang 3.9 as a default
* ARM pipieline build will use clang 3.9 as a default

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
* [ARM32] Update docs describing clang-3.9 and ARM cross build

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
* [ARM] Check minimum version requirement of clang for ARM cross build

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/0bc55bafbf8b7cde5599fef12c923018de5c5a2b
docs/coreclr/building/linux-instructions.md
src/coreclr/build.sh
src/coreclr/tests/scripts/arm32_ci_script.sh