Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: 13.2.0/Makefile
===================================================================
--- 13.2.0/Makefile	(revision 44)
+++ 13.2.0/Makefile	(revision 45)
@@ -59,7 +59,7 @@
 
 ifneq ($(findstring newlib, $(TOOLCHAIN)),)
 ifeq ($(FLAVOUR),static)
-REQUIRES  = core/binutils/2.42
+REQUIRES  = core/binutils/2.43.1
 endif
 ifeq ($(FLAVOUR),full)
 REQUIRES  = core/newlib/4.4.0.20231231^full
@@ -68,7 +68,7 @@
 
 ifneq ($(findstring -glibc, $(TOOLCHAIN)),)
 ifeq ($(FLAVOUR),static)
-REQUIRES  = core/binutils/2.42
+REQUIRES  = core/binutils/2.43.1
 endif
 ifeq ($(FLAVOUR),second)
 REQUIRES  = core/glibc/2.39^headers