build_gcc.sh: change default gcc version to 5.3.0

This commit is contained in:
Thomas Pöchtrager 2016-01-11 20:55:19 +01:00
parent 0d26a10ad8
commit c56acb776a

View File

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