diff --git a/gcc.spec b/gcc.spec index 665b6d15503515e8a3e8ed079a7c300ce929ad1f..67e9c82c1394707b25c3e68abcd47c9336720f94 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