Index: H5-TEST-ilp32/.config
===================================================================
--- H5-TEST-ilp32/.config (.../1.9.3) (revision 19)
+++ H5-TEST-ilp32/.config (.../1.9.4) (revision 20)
@@ -13,7 +13,7 @@
fi
if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/aarch64-H5-elf-newlib/1.9.3
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-H5-elf-newlib/1.9.4
fi
#
Index: H5-TEST-lp64/.config
===================================================================
--- H5-TEST-lp64/.config (.../1.9.3) (revision 19)
+++ H5-TEST-lp64/.config (.../1.9.4) (revision 20)
@@ -13,7 +13,7 @@
fi
if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/aarch64-H5-elf-newlib/1.9.3
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-H5-elf-newlib/1.9.4
fi
#
Index: Makefile
===================================================================
--- Makefile (.../1.9.3) (revision 19)
+++ Makefile (.../1.9.4) (revision 20)
@@ -2,12 +2,12 @@
COMPONENT_TARGETS = $(TOOLCHAIN_H5_NEWLIB)
-export TOOLCHAIN_VERSION = 1.9.3
+export TOOLCHAIN_VERSION = 1.9.4
include ../../../build-system/config.mk
REQUIRES = core/gcc/12.2.0^full
-REQUIRES += core/gdb/13.1
+REQUIRES += core/gdb/13.2
# ======= __END_OF_REQUIRES__ =======