From 32ffb36ccb0b1ce4f3ca4bd2f47690dec7c17f34 Mon Sep 17 00:00:00 2001 From: laokz Date: Tue, 23 Apr 2024 18:00:20 +0800 Subject: [PATCH] riscv64: enable libasan, libusan package --- gcc.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc.spec b/gcc.spec index 665b6d1..67e9c82 100644 --- a/gcc.spec +++ b/gcc.spec @@ -2,7 +2,7 @@ %global gcc_major 12 # Note, gcc_release must be integer, if you want to add suffixes to # %%{release}, append them after %%{gcc_release} on Release: line. -%global gcc_release 23 +%global gcc_release 24 %global _unpackaged_files_terminate_build 0 %global _performance_build 1 @@ -23,7 +23,7 @@ %else %global build_libquadmath 0 %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 %else %global build_libasan 0 @@ -38,7 +38,7 @@ %else %global build_liblsan 0 %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 %else %global build_libubsan 0 @@ -3238,6 +3238,10 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Tue Apr 23 2024 laokz - 12.3.1-24 +- Type: SPEC +- DESC: riscv64 enable libasan, libusan package + * Mon Apr 22 2024 Peng Fan - 12.3.1-23 - DESC: Add LoongArch 3A6000 support -- Gitee