From 194807cb8b63e21665dda4fc1ca7b823fb05f31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Mon, 19 Aug 2019 20:46:00 +0200 Subject: [PATCH] build_gcc.sh: Update GCC_VERSION to 9.2.0 --- build_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_gcc.sh b/build_gcc.sh index 1e47339..27524c9 100755 --- a/build_gcc.sh +++ b/build_gcc.sh @@ -20,7 +20,7 @@ eval $(tools/osxcross_conf.sh) # GCC version to build # (<4.7 will not work properly with libc++) if [ -z "$GCC_VERSION" ]; then - GCC_VERSION=9.1.0 + GCC_VERSION=9.2.0 #GCC_VERSION=5-20140928 # snapshot fi