Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: A311X-TEST/.config
===================================================================
--- A311X-TEST/.config	(.../1.9.3)	(revision 19)
+++ A311X-TEST/.config	(.../1.9.4)	(revision 20)
@@ -13,7 +13,7 @@
 fi
 
 if test -z "$TOOLCHAIN_PATH"; then
-  export TOOLCHAIN_PATH=/opt/toolchains/aarch64-A311X-linux-glibc/1.9.3
+  export TOOLCHAIN_PATH=/opt/toolchains/aarch64-A311X-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_A311X_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__ =======