From: Jason Self Date: Wed, 7 Sep 2022 02:47:54 +0000 (-0700) Subject: setup-toolchain.sh: Update GCC to 12.2 X-Git-Url: https://jxself.org/git/?p=kernel-tools.git;a=commitdiff_plain;h=b35bbb2b943fce81a3434c9b2181e6786de68548 setup-toolchain.sh: Update GCC to 12.2 --- 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"