Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: M1000-TEST-ilp32/.config
===================================================================
--- M1000-TEST-ilp32/.config	(.../1.9.8)	(revision 35)
+++ M1000-TEST-ilp32/.config	(.../1.10.0)	(revision 36)
@@ -13,7 +13,7 @@
 fi
 
 if test -z "$TOOLCHAIN_PATH"; then
-  export TOOLCHAIN_PATH=/opt/toolchains/aarch64-M1000-elf-newlib/1.9.8
+  export TOOLCHAIN_PATH=/opt/toolchains/aarch64-M1000-elf-newlib/1.10.0
 fi
 
 #
Index: M1000-TEST-lp64/.config
===================================================================
--- M1000-TEST-lp64/.config	(.../1.9.8)	(revision 35)
+++ M1000-TEST-lp64/.config	(.../1.10.0)	(revision 36)
@@ -13,7 +13,7 @@
 fi
 
 if test -z "$TOOLCHAIN_PATH"; then
-  export TOOLCHAIN_PATH=/opt/toolchains/aarch64-M1000-elf-newlib/1.9.8
+  export TOOLCHAIN_PATH=/opt/toolchains/aarch64-M1000-elf-newlib/1.10.0
 fi
 
 #
Index: Makefile
===================================================================
--- Makefile	(.../1.9.8)	(revision 35)
+++ Makefile	(.../1.10.0)	(revision 36)
@@ -2,12 +2,12 @@
 
 COMPONENT_TARGETS = $(TOOLCHAIN_M1000_NEWLIB)
 
-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/gdb/13.2
+REQUIRES  = core/gcc/13.2.0^full
+REQUIRES += core/gdb/14.1
 
 # ======= __END_OF_REQUIRES__ =======