Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 34)
+++ Makefile	(revision 35)
@@ -101,12 +101,12 @@
 #            ...
 #
 
-REQUIRES += libs/glibc/2.36-zoneinfo/2022f
+REQUIRES += libs/glibc/2.37-zoneinfo/2022f
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
-REQUIRES += libs/glibc/2.36-ppc32
+REQUIRES += libs/glibc/2.37-ppc32
 endif
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
-REQUIRES += libs/glibc/2.36-x86_32
+REQUIRES += libs/glibc/2.37-x86_32
 endif
 
 #            ...