Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: Makefile
===================================================================
--- Makefile	(.../2.36)	(revision 10)
+++ Makefile	(.../2.37)	(revision 11)
@@ -90,7 +90,7 @@
 endif
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) \
                              $(TOOLCHAIN_POWER9_GLIBC)),)
-REQUIRES  = core/glibc/2.36-ppc32^headers
+REQUIRES  = core/glibc/2.37-ppc32^headers
 endif
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8LE_GLIBC) \
                              $(TOOLCHAIN_POWER9LE_GLIBC)),)
@@ -106,17 +106,17 @@
 REQUIRES  = core/linux/6.0.7
 endif
 ifeq ($(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC))
-REQUIRES  = core/glibc/2.36-x86_32^headers
+REQUIRES  = core/glibc/2.37-x86_32^headers
 endif
 endif
 
 ifeq ($(FLAVOUR),full)
 ifeq ($(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC))
-REQUIRES  = core/glibc/2.36-x86_32^full
+REQUIRES  = core/glibc/2.37-x86_32^full
 else
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) \
                              $(TOOLCHAIN_POWER9_GLIBC)),)
-REQUIRES  = core/glibc/2.36-ppc32^full
+REQUIRES  = core/glibc/2.37-ppc32^full
 else
 REQUIRES  = core/gcc/12.2.0^second
 endif
@@ -125,10 +125,10 @@
 
 # ======= __END_OF_REQUIRES__ =======
 
-tar_xz_archive  = $(SRC_PACKAGE_PATH)/GNU/glibc/glibc-2.36.tar.xz
+tar_xz_archive  = $(SRC_PACKAGE_PATH)/GNU/glibc/glibc-2.37.tar.xz
 SRC_ARCHIVE     = $(tar_xz_archive)
-SRC_DIR         = $(TARGET_BUILD_DIR)/glibc-2.36
-src_dir_name    = glibc-2.36
+SRC_DIR         = $(TARGET_BUILD_DIR)/glibc-2.37
+src_dir_name    = glibc-2.37
 src_done        = $(TARGET_BUILD_DIR)/.source-done
 
 PATCHES         = PATCHES
Index: PATCHES
===================================================================
--- PATCHES	(.../2.36)	(revision 10)
+++ PATCHES	(.../2.37)	(revision 11)
@@ -1,10 +1,10 @@
 
-../../../sources/GNU/glibc/patches/glibc-2.36-b3736d1a3c-2.36.1.patch  -p0
-../../../sources/GNU/glibc/patches/glibc-2.36-reenable-DT-HASH.patch   -p0
-../../../sources/GNU/glibc/patches/glibc-2.36-i18n.patch               -p0
-../../../sources/GNU/glibc/patches/glibc-2.36-locale-no-archive.patch  -p0
-../../../sources/GNU/glibc/patches/glibc-2.36-malloc-hooks.patch       -p0
-../../../sources/GNU/glibc/patches/glibc-2.36-en_US-no-am-pm.patch     -p0
+../../../sources/GNU/glibc/patches/glibc-2.37-CVE-2023-25139.patch     -p0
+../../../sources/GNU/glibc/patches/glibc-2.37-reenable-DT-HASH.patch   -p0
+../../../sources/GNU/glibc/patches/glibc-2.37-i18n.patch               -p0
+../../../sources/GNU/glibc/patches/glibc-2.37-locale-no-archive.patch  -p0
+../../../sources/GNU/glibc/patches/glibc-2.37-malloc-hooks.patch       -p0
+../../../sources/GNU/glibc/patches/glibc-2.37-en_US-no-am-pm.patch     -p0
 
-../../../sources/GNU/glibc/patches/glibc-2.36-ppc64-interpreter.patch  -p0
-../../../sources/GNU/glibc/patches/glibc-2.36-x86_64-interpreter.patch -p0
+../../../sources/GNU/glibc/patches/glibc-2.37-ppc64-interpreter.patch  -p0
+../../../sources/GNU/glibc/patches/glibc-2.37-x86_64-interpreter.patch -p0