Pre Merge pull request !48 from U2FsdGVkX1/a23

This commit is contained in:
U2FsdGVkX1 2023-11-08 11:59:54 +00:00 committed by Gitee
commit 4be6c551f6
No known key found for this signature in database
GPG key ID: 173E9B9CA92EEF8F

View file

@ -1,4 +1,4 @@
%define anolis_release 12 %define anolis_release 13
%bcond_without testsuite %bcond_without testsuite
%bcond_without benchtests %bcond_without benchtests
@ -889,6 +889,11 @@ update_gconv_modules_cache ()
/lib64/ld-linux-loongarch-lp64d.so.1 /lib64/ld-linux-loongarch-lp64d.so.1
%endif %endif
%ifarch riscv64
/lib/ld-linux-riscv64-lp64d.so.1
/lib64/lp64d
%endif
/lib64/libBrokenLocale.so.1 /lib64/libBrokenLocale.so.1
%ifnarch loongarch64 %ifnarch loongarch64
/lib64/libanl.so.1 /lib64/libanl.so.1
@ -1006,8 +1011,10 @@ update_gconv_modules_cache ()
/usr/lib64/crti.o /usr/lib64/crti.o
/usr/lib64/crtn.o /usr/lib64/crtn.o
/usr/lib64/gcrt1.o /usr/lib64/gcrt1.o
%ifnarch riscv64
/usr/lib64/grcrt1.o /usr/lib64/grcrt1.o
/usr/lib64/rcrt1.o /usr/lib64/rcrt1.o
%endif
/usr/lib64/libBrokenLocale.so /usr/lib64/libBrokenLocale.so
%ifnarch loongarch64 %ifnarch loongarch64
/usr/lib64/libanl.so /usr/lib64/libanl.so
@ -1135,6 +1142,9 @@ update_gconv_modules_cache ()
%{_libdir}/libpthread_nonshared.a %{_libdir}/libpthread_nonshared.a
%changelog %changelog
* Wed Nov 08 2023 U2FsdGVkX1 <U2FsdGVkX1@gmail.com> - 2.36-13
- Add riscv64 support
* Tue Oct 24 2023 Peng Fan <fanpeng@loongson.cn> - 2.36-12 * Tue Oct 24 2023 Peng Fan <fanpeng@loongson.cn> - 2.36-12
- LoongArch: Not provided libanl, libnsl and libutil by LoongArch. - LoongArch: Not provided libanl, libnsl and libutil by LoongArch.