This commit is contained in:
Thomas Pöchtrager 2018-12-12 20:51:35 +01:00
parent 9f8eb9a381
commit 643f2884b9

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 "Your GCC installation is too old to build recent clang releases."
echo "Building clang 3.4.2 instead." echo "Building clang 3.4.2 instead."
CLANG_VERSION=3.4 CLANG_VERSION=3.4.2
CLANG_VERSION_PATCH=.2
} }
} || \ } || \
{ {