From b35bbb2b943fce81a3434c9b2181e6786de68548 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Tue, 6 Sep 2022 19:47:54 -0700 Subject: [PATCH 1/1] setup-toolchain.sh: Update GCC to 12.2 --- setup-toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-toolchain.sh b/setup-toolchain.sh index a019f59..5f4cace 100755 --- a/setup-toolchain.sh +++ b/setup-toolchain.sh @@ -188,7 +188,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.1.0" + export gcc_version="12.2.0" export binutils_version="2.39" export gmp_version="6.2.1" export mpc_version="1.2.1" -- 2.31.1