Fix old clang fallback in build_clang.sh

This commit is contained in:
Steven Fackler 2018-12-12 11:24:57 -08:00 committed by GitHub
parent 9f8eb9a381
commit 5e67d8478c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,7 @@ if [ $PLATFORM != "Darwin" -a $PLATFORM != "FreeBSD" ]; then
{
echo "Your GCC installation is too old to build recent clang releases."
echo "Building clang 3.4.2 instead."
CLANG_VERSION=3.4
CLANG_VERSION_PATCH=.2
CLANG_VERSION=3.4.2
}
} || \
{