diff --git a/build_gcc.sh b/build_gcc.sh index b7a3a88..76c5a6a 100755 --- a/build_gcc.sh +++ b/build_gcc.sh @@ -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=9.2.0 + GCC_VERSION=10.1.0 #GCC_VERSION=5-20200228 # snapshot fi