From 5771a847950abefed9a37e2d16ee10e0dd90c641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Thu, 8 Apr 2021 15:30:01 +0200 Subject: [PATCH] Bump GCC version to 10.3.0 --- build_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_gcc.sh b/build_gcc.sh index 6cc13bd..45aa7bc 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=10.2.0 + GCC_VERSION=10.3.0 #GCC_VERSION=5-20200228 # snapshot fi