From: Jason Self Date: Sun, 28 May 2023 19:21:53 +0000 (-0700) Subject: setup-toolchain.sh: Update GCC to 12.3 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=a5e480d98bf9eb40b671d898df0ede31c972b148;hp=2baa0f8864d41cf2655708f108ea1eeeb5b9e38f;p=kernel-tools.git setup-toolchain.sh: Update GCC to 12.3 --- 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"