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: base/Makefile
===================================================================
--- base/Makefile	(revision 394)
+++ base/Makefile	(revision 395)
@@ -117,7 +117,7 @@
 #         └── dev/gcc-runtime
 #             ├── libs/glibc/2.40
 #             │   ├── libs/glibc/2.40-i18n
-#             │   │   └── libs/glibc/2.40-zoneinfo/2023c ■
+#             │   │   └── libs/glibc/2.40-zoneinfo/2024b ■
 #             │   │
 #             │   ├── libs/glibc/2.40-ppc32
 #             │   └── libs/glibc/2.40-x86_32
@@ -125,7 +125,7 @@
 #            ...
 #
 
-REQUIRES += libs/glibc/2.40-zoneinfo/2023c
+REQUIRES += libs/glibc/2.40-zoneinfo/2024b
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
 REQUIRES += libs/glibc/2.40-ppc32
 endif