Index: JZ47XX-TEST/.config
===================================================================
--- JZ47XX-TEST/.config (.../1.9.3) (revision 19)
+++ JZ47XX-TEST/.config (.../1.9.4) (revision 20)
@@ -13,7 +13,7 @@
fi
if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/mipsel-JZ47XX-linux-glibc/1.9.3
+ export TOOLCHAIN_PATH=/opt/toolchains/mipsel-JZ47XX-linux-glibc/1.9.4
fi
#
Index: Makefile
===================================================================
--- Makefile (.../1.9.3) (revision 19)
+++ Makefile (.../1.9.4) (revision 20)
@@ -2,13 +2,13 @@
COMPONENT_TARGETS = $(TOOLCHAIN_JZ47XX_GLIBC)
-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 += tools/patchelf/0.18.0
-REQUIRES += core/gdb/13.1
+REQUIRES += core/gdb/13.2
# ======= __END_OF_REQUIRES__ =======