ci(toolchain): GCC updates to 13.2.Rel1 version
This patch updates to the latest GCC toolchain (13.2.Rel1)
Key additions packaged with GNU toolchain 13.2.Rel1:
* Updated GCC to source code based on version 13.2.
* Updated Binutils to source code based on version 2.41.
* Updated Glibc to version 2.38.
* Updated GDB version 13.
Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Change-Id: Iaa96370054e36655d34f02d3128c1dc94b0d474e
diff --git a/utils.sh b/utils.sh
index 379651f..e9e33f6 100644
--- a/utils.sh
+++ b/utils.sh
@@ -624,7 +624,7 @@
docker_registry="${docker_registry:-}"
# Define toolchain version and toolchain binary paths
-toolchain_version="12.3.rel1"
+toolchain_version="13.2.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-"