From 764aa0acd922550e92c7c6e494fc566ae824af40 Mon Sep 17 00:00:00 2001 From: U2FsdGVkX1 Date: Wed, 8 Nov 2023 11:50:23 +0000 Subject: [PATCH] Add riscv64 support Signed-off-by: U2FsdGVkX1 --- glibc.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index e92e815..e8ff7a3 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,4 +1,4 @@ -%define anolis_release 12 +%define anolis_release 13 %bcond_without testsuite %bcond_without benchtests @@ -889,6 +889,11 @@ update_gconv_modules_cache () /lib64/ld-linux-loongarch-lp64d.so.1 %endif +%ifarch riscv64 +/lib/ld-linux-riscv64-lp64d.so.1 +/lib64/lp64d +%endif + /lib64/libBrokenLocale.so.1 %ifnarch loongarch64 /lib64/libanl.so.1 @@ -1006,8 +1011,10 @@ update_gconv_modules_cache () /usr/lib64/crti.o /usr/lib64/crtn.o /usr/lib64/gcrt1.o +%ifnarch riscv64 /usr/lib64/grcrt1.o /usr/lib64/rcrt1.o +%endif /usr/lib64/libBrokenLocale.so %ifnarch loongarch64 /usr/lib64/libanl.so @@ -1135,6 +1142,9 @@ update_gconv_modules_cache () %{_libdir}/libpthread_nonshared.a %changelog +* Wed Nov 08 2023 U2FsdGVkX1 - 2.36-13 +- Add riscv64 support + * Tue Oct 24 2023 Peng Fan - 2.36-12 - LoongArch: Not provided libanl, libnsl and libutil by LoongArch.