ci(toolchain): GCC updates to 12.3.Rel1 version
This patch updates to the latest GCC toolchain (12.3.Rel1)
Key additions packaged with GNU toolchain 12.3.Rel1:
* GCC upgraded to source code based on version 12.3.
* Binutils upgraded to source code based on version 2.40.
* Glibc upgraded to version 2.37.
Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Change-Id: I4aaefd7538668d5b51a585de900893e4d3807f3b
diff --git a/utils.sh b/utils.sh
index a2562c3..d416441 100644
--- a/utils.sh
+++ b/utils.sh
@@ -620,7 +620,7 @@
docker_registry="${docker_registry:-}"
# Define toolchain version and toolchain binary paths
-toolchain_version="12.2.rel1"
+toolchain_version="12.3.rel1"
aarch64_none_elf_dir="${nfs_volume}/pdsw/tools/arm-gnu-toolchain-${toolchain_version}-x86_64-aarch64-none-elf"
aarch64_none_elf_prefix="aarch64-none-elf-"