build_gcc.sh: Change default GCC version to 6.2.0

This commit is contained in:
Thomas Pöchtrager 2016-09-18 20:40:29 +02:00
parent e00e0d17d1
commit c270662f73

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=6.1.0
GCC_VERSION=6.2.0
#GCC_VERSION=5-20140928 # snapshot
fi