mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-08 02:55:56 +01:00
Update build_compiler_rt.sh
This commit is contained in:
parent
ee54d9fd43
commit
72a99e4ecd
@ -55,8 +55,9 @@ case $CLANG_VERSION in
|
||||
5.0*) BRANCH=release_50; USE_CMAKE=1; ;;
|
||||
6.0*) BRANCH=release_60; USE_CMAKE=1; ;;
|
||||
7.0*) BRANCH=release_70; USE_CMAKE=1; ;;
|
||||
8.0*) BRANCH=master; USE_CMAKE=1; ;;
|
||||
* ) echo "Unsupported Clang version, must be >= 3.2 and <= 6.0" 1>&2; exit 1;
|
||||
8.0*) BRANCH=release_80; USE_CMAKE=1; ;;
|
||||
9.0*) BRANCH=master; USE_CMAKE=1; ;;
|
||||
* ) echo "Unsupported Clang version, must be >= 3.2 and <= 9.0" 1>&2; exit 1;
|
||||
esac
|
||||
|
||||
if [ $(osxcross-cmp $CLANG_VERSION ">=" 3.5) -eq 1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user