From a5e480d98bf9eb40b671d898df0ede31c972b148 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 28 May 2023 12:21:53 -0700 Subject: [PATCH] setup-toolchain.sh: Update GCC to 12.3 --- setup-toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-toolchain.sh b/setup-toolchain.sh index 55151b5..88f2337 100755 --- a/setup-toolchain.sh +++ b/setup-toolchain.sh @@ -202,7 +202,7 @@ do # architecture may need to set up more than one combination of # these. These are just the defaults and are adjusted for specific # architectures as needed as the program runs. - export gcc_version="12.2.0" + export gcc_version="12.3.0" export binutils_version="2.40" export gmp_version="6.2.1" export mpc_version="1.3.1" -- 2.31.1