riscv64: enable libasan, libusan package
This commit is contained in:
parent
4c1af91efa
commit
32ffb36ccb
10
gcc.spec
10
gcc.spec
@ -2,7 +2,7 @@
|
|||||||
%global gcc_major 12
|
%global gcc_major 12
|
||||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||||
# %%{release}, append them after %%{gcc_release} on Release: line.
|
# %%{release}, append them after %%{gcc_release} on Release: line.
|
||||||
%global gcc_release 23
|
%global gcc_release 24
|
||||||
|
|
||||||
%global _unpackaged_files_terminate_build 0
|
%global _unpackaged_files_terminate_build 0
|
||||||
%global _performance_build 1
|
%global _performance_build 1
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%else
|
%else
|
||||||
%global build_libquadmath 0
|
%global build_libquadmath 0
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 loongarch64
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 loongarch64 riscv64
|
||||||
%global build_libasan 1
|
%global build_libasan 1
|
||||||
%else
|
%else
|
||||||
%global build_libasan 0
|
%global build_libasan 0
|
||||||
@ -38,7 +38,7 @@
|
|||||||
%else
|
%else
|
||||||
%global build_liblsan 0
|
%global build_liblsan 0
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 loongarch64
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 loongarch64 riscv64
|
||||||
%global build_libubsan 1
|
%global build_libubsan 1
|
||||||
%else
|
%else
|
||||||
%global build_libubsan 0
|
%global build_libubsan 0
|
||||||
@ -3238,6 +3238,10 @@ end
|
|||||||
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 23 2024 laokz <zhangkai@iscas.ac.cn> - 12.3.1-24
|
||||||
|
- Type: SPEC
|
||||||
|
- DESC: riscv64 enable libasan, libusan package
|
||||||
|
|
||||||
* Mon Apr 22 2024 Peng Fan <fanpeng@loongson.cn> - 12.3.1-23
|
* Mon Apr 22 2024 Peng Fan <fanpeng@loongson.cn> - 12.3.1-23
|
||||||
- DESC: Add LoongArch 3A6000 support
|
- DESC: Add LoongArch 3A6000 support
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user