diff --git a/glibc.spec b/glibc.spec index 9d81f1f13ec7b2899e09d5131d9a47c51b3da874..f74245d2cd2d0ce6a98e5beb832f5c7f0d1a489e 100644 --- a/glibc.spec +++ b/glibc.spec @@ -116,7 +116,7 @@ end \ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: %{glibcrelease}.11 +Release: %{glibcrelease}.12 # In general, GPLv2+ is used by programs, LGPLv2+ is used for # libraries. @@ -226,6 +226,11 @@ rpm.define("__find_debuginfo " .. wrapper .. " " .. sysroot .. " " .. original) %global glibc_has_libnldbl 0 %global glibc_has_libmvec 1 %endif +%ifarch loongarch64 +%global glibc_ldso /lib64/ld.so.1 +%global glibc_has_libnldbl 0 +%global glibc_has_libmvec 0 +%endif # This is necessary to enable source RPM building under noarch, as # used by some build environments. @@ -2939,6 +2944,9 @@ fi %{_libdir}/libpthread_nonshared.a %changelog +* Tue Feb 18 2025 Peng Fan - 2.28-251.0.1.12 +- SPECS: define glibc_ldso for LoongArch. + * Thu Feb 06 2025 Rongwei Wang - 2.28-251.0.1.11 - elf: Properly align PT_LOAD segments - Sync loongarch64 code to lnd.35. (lixing@loongson.cn)