build_gcc.sh: Update GCC version to 12.1.0

This commit is contained in:
Thomas Pöchtrager 2022-06-12 16:43:09 +02:00
parent 35e17cb4df
commit 17bb5e2d0a

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.3.0
GCC_VERSION=12.1.0
#GCC_VERSION=5-20200228 # snapshot
fi