Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: Makefile
===================================================================
--- Makefile	(revision 45)
+++ Makefile	(revision 46)
@@ -41,7 +41,7 @@
 SOURCE_REQUIRES = sources/crypt
 
 ifeq ($(FLAVOUR),compat)
-REQUIRES  = core/glibc/2.39^full
+REQUIRES  = core/glibc/2.40^full
 ifeq ($(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC))
 REQUIRES += core/crypt/4.4.36-x86_32^compat
 else