Bump GCC version to 10.3.0

This commit is contained in:
Thomas Pöchtrager 2021-04-08 15:30:01 +02:00
parent 9a2c6e344f
commit 5771a84795

View File

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