From db43dfdfa8bc2b938582aef3d87e43594c13ee50 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 9 Oct 2024 03:36:26 +0000 Subject: automatic import of glibc --- ...lue-of-arch_minimum_kernel-with-LoongArch.patch | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Decrease-value-of-arch_minimum_kernel-with-LoongArch.patch (limited to 'Decrease-value-of-arch_minimum_kernel-with-LoongArch.patch') diff --git a/Decrease-value-of-arch_minimum_kernel-with-LoongArch.patch b/Decrease-value-of-arch_minimum_kernel-with-LoongArch.patch new file mode 100644 index 0000000..0c43817 --- /dev/null +++ b/Decrease-value-of-arch_minimum_kernel-with-LoongArch.patch @@ -0,0 +1,40 @@ +From 2c8dfc45a8009e5110a9d2148b62d802e989fde7 Mon Sep 17 00:00:00 2001 +From: ticat_fp +Date: Thu, 29 Feb 2024 15:58:31 +0800 +Subject: [PATCH] Decrease value of arch_minimum_kernel with LoongArch + +Signed-off-by: ticat_fp +--- + sysdeps/unix/sysv/linux/loongarch/configure | 2 +- + sysdeps/unix/sysv/linux/loongarch/configure.ac | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/sysdeps/unix/sysv/linux/loongarch/configure b/sysdeps/unix/sysv/linux/loongarch/configure +index 0d1159e9..851b2285 100644 +--- a/sysdeps/unix/sysv/linux/loongarch/configure ++++ b/sysdeps/unix/sysv/linux/loongarch/configure +@@ -1,7 +1,7 @@ + # This file is generated from configure.ac by Autoconf. DO NOT EDIT! + # Local configure fragment for sysdeps/unix/sysv/linux/loongarch. + +-arch_minimum_kernel=5.19.0 ++arch_minimum_kernel=4.19.0 + + libc_cv_loongarch_int_abi=no + +diff --git a/sysdeps/unix/sysv/linux/loongarch/configure.ac b/sysdeps/unix/sysv/linux/loongarch/configure.ac +index 04e9150a..00815c2f 100644 +--- a/sysdeps/unix/sysv/linux/loongarch/configure.ac ++++ b/sysdeps/unix/sysv/linux/loongarch/configure.ac +@@ -2,7 +2,7 @@ sinclude(./aclocal.m4)dnl Autoconf lossage + GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. + # Local configure fragment for sysdeps/unix/sysv/linux/loongarch. + +-arch_minimum_kernel=5.19.0 ++arch_minimum_kernel=4.19.0 + + libc_cv_loongarch_int_abi=no + AC_EGREP_CPP(4 8 8, [__SIZEOF_INT__ __SIZEOF_LONG__ __SIZEOF_POINTER__ +-- +2.33.0 + -- cgit v1.2.3