build_gcc.sh: change default gcc version to 5.2.0

This commit is contained in:
Thomas Pöchtrager 2015-07-17 19:56:00 +02:00
parent 937977b20e
commit 6c7ed2bd27

View File

@ -13,7 +13,7 @@ source tools/tools.sh
# GCC version to build
# (<4.7 will not work properly with libc++)
if [ -z "$GCC_VERSION" ]; then
GCC_VERSION=5.1.0
GCC_VERSION=5.2.0
#GCC_VERSION=5-20140928 # snapshot
fi