From 2f8cb669214d0fa3e5263a2f87910adaed13b433 Mon Sep 17 00:00:00 2001 From: gaochang Date: Wed, 7 May 2025 06:01:05 +0000 Subject: [PATCH] Disable libasan package because system gcc has already provided Disable libasan package because system gcc has already provided Signed-off-by: gaochang --- gcc.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gcc.spec b/gcc.spec index 3ac07cf..74ef8c5 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 -- Gitee