Pre Merge pull request !48 from U2FsdGVkX1/a23
This commit is contained in:
commit
4be6c551f6
1 changed files with 11 additions and 1 deletions
12
glibc.spec
12
glibc.spec
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue