Index: IMX6-TEST/.config
===================================================================
--- IMX6-TEST/.config (.../1.9.8) (revision 35)
+++ IMX6-TEST/.config (.../1.10.0) (revision 36)
@@ -13,7 +13,7 @@
fi
if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6ULL-linux-glibc/1.9.8
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6ULL-linux-glibc/1.10.0
fi
#
Index: IMX6-TEST-vfp/.config
===================================================================
--- IMX6-TEST-vfp/.config (.../1.9.8) (revision 35)
+++ IMX6-TEST-vfp/.config (.../1.10.0) (revision 36)
@@ -13,7 +13,7 @@
fi
if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6ULL-linux-glibc/1.9.8
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6ULL-linux-glibc/1.10.0
fi
#
Index: Makefile
===================================================================
--- Makefile (.../1.9.8) (revision 35)
+++ Makefile (.../1.10.0) (revision 36)
@@ -2,13 +2,13 @@
COMPONENT_TARGETS = $(TOOLCHAIN_IMX6ULL_GLIBC)
-export TOOLCHAIN_VERSION = 1.9.8
+export TOOLCHAIN_VERSION = 1.10.0
include ../../../build-system/config.mk
-REQUIRES = core/gcc/12.2.0^full
+REQUIRES = core/gcc/13.2.0^full
REQUIRES += tools/patchelf/0.18.0
-REQUIRES += core/gdb/13.2
+REQUIRES += core/gdb/14.1
# ======= __END_OF_REQUIRES__ =======