From d6dfdc3b17ac411df8546d3f8fe38fa94ce20db0 Mon Sep 17 00:00:00 2001 From: laokz Date: Fri, 22 Mar 2024 20:24:26 +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 ca2148c..e5aefea 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 22 +%global gcc_release 23 %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 @@ -3055,6 +3055,10 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Fri Apr 12 2024 laokz - 12.3.1-23 +- Type: SPEC +- DESC: riscv64 enable libasan, libusan package + * Thu Apr 11 2024 Chenhui Zheng - 12.3.1-22 - Type: Sync - DESC: Sync patch from openeuler/gcc -- Gitee