Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

42 Commits   1 Branch   8 Tags
Index: 12.2.0/Makefile
===================================================================
--- 12.2.0/Makefile	(revision 8)
+++ 12.2.0/Makefile	(revision 9)
@@ -58,7 +58,7 @@
 
 ifneq ($(findstring newlib, $(TOOLCHAIN)),)
 ifeq ($(FLAVOUR),static)
-REQUIRES  = core/binutils/2.39
+REQUIRES  = core/binutils/2.40
 endif
 ifeq ($(FLAVOUR),full)
 REQUIRES  = core/newlib/4.2.0.20211231^full
@@ -67,7 +67,7 @@
 
 ifneq ($(findstring -glibc, $(TOOLCHAIN)),)
 ifeq ($(FLAVOUR),static)
-REQUIRES  = core/binutils/2.39
+REQUIRES  = core/binutils/2.40
 endif
 ifeq ($(FLAVOUR),second)
 REQUIRES  = core/glibc/2.36^headers