build_gcc.sh: Update GCC_VERSION to 9.2.0

This commit is contained in:
Thomas Pöchtrager 2019-08-19 20:46:00 +02:00
parent 37894c5839
commit 194807cb8b

View File

@ -20,7 +20,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=9.1.0
GCC_VERSION=9.2.0
#GCC_VERSION=5-20140928 # snapshot
fi