Index: A9XX-TEST/.config
===================================================================
--- A9XX-TEST/.config (.../1.9.3) (revision 19)
+++ A9XX-TEST/.config (.../1.9.4) (revision 20)
@@ -13,7 +13,7 @@
fi
if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-A9XX-eabi-newlib/1.9.3
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-A9XX-eabi-newlib/1.9.4
fi
#
Index: A9XX-TEST-fpv4/.config
===================================================================
--- A9XX-TEST-fpv4/.config (.../1.9.3) (revision 19)
+++ A9XX-TEST-fpv4/.config (.../1.9.4) (revision 20)
@@ -13,7 +13,7 @@
fi
if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-A9XX-eabi-newlib/1.9.3
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-A9XX-eabi-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_A9XX_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__ =======