diff --git a/gcc.spec b/gcc.spec index 3ac07cf18f4cf5265c5e3e063f1658725db9a018..74ef8c5472fcb675586864f35b38343ed2f4f8d9 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %{?scl_package:%global scl gcc-toolset-14} %global scl_prefix gcc-toolset-14- @@ -47,11 +47,7 @@ BuildRequires: scl-utils-build %else %global build_libquadmath 0 %endif -%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 riscv64 loongarch64 -%global build_libasan 1 -%else %global build_libasan 0 -%endif %ifarch x86_64 aarch64 %global build_libhwasan 1 %else @@ -2755,6 +2751,9 @@ fi %endif %changelog +* Tue May 6 2025 Chang Gao 14.2.1-3 +- Disable libasan package because system gcc has already provided. + * Thu Feb 27 2025 Peng Fan 14.2.1-2 - LoongArch: Sync from upstream