Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: Makefile
===================================================================
--- Makefile	(revision 10)
+++ Makefile	(revision 11)
@@ -71,10 +71,10 @@
 REQUIRES  = core/binutils/2.40
 endif
 ifeq ($(FLAVOUR),second)
-REQUIRES  = core/glibc/2.36^headers
+REQUIRES  = core/glibc/2.37^headers
 endif
 ifeq ($(FLAVOUR),full)
-REQUIRES  = core/glibc/2.36^full
+REQUIRES  = core/glibc/2.37^full
 endif
 endif