Bump GCC version to 10.2.0

This commit is contained in:
Thomas Pöchtrager 2020-08-19 17:11:21 +02:00
parent 4dfbc45961
commit 749cf4acad

View File

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