Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: 12.2.0/Makefile
===================================================================
--- 12.2.0/Makefile	(revision 34)
+++ 12.2.0/Makefile	(revision 35)
@@ -59,7 +59,7 @@
 
 ifneq ($(findstring newlib, $(TOOLCHAIN)),)
 ifeq ($(FLAVOUR),static)
-REQUIRES  = core/binutils/2.40
+REQUIRES  = core/binutils/2.42
 endif
 ifeq ($(FLAVOUR),full)
 REQUIRES  = core/newlib/4.2.0.20211231^full
@@ -68,7 +68,7 @@
 
 ifneq ($(findstring -glibc, $(TOOLCHAIN)),)
 ifeq ($(FLAVOUR),static)
-REQUIRES  = core/binutils/2.40
+REQUIRES  = core/binutils/2.42
 endif
 ifeq ($(FLAVOUR),second)
 REQUIRES  = core/glibc/2.37^headers