diff --git a/llvm.spec b/llvm.spec index b696d1a..7e42a0b 100644 --- a/llvm.spec +++ b/llvm.spec @@ -1,8 +1,6 @@ # We are building with clang for faster/lower memory LTO builds. # See https://docs.fedoraproject.org/en-US/packaging-guidelines/#_compiler_macros -%ifnarch riscv64 %global toolchain clang -%endif # Components enabled if supported by target architecture: %define gold_arches %{ix86} x86_64 %{arm} aarch64 %{power64} s390x @@ -78,7 +76,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}} -Release: 1.0.riscv64%{?dist} +Release: 1.1.riscv64%{?dist} Summary: The Low Level Virtual Machine License: NCSA @@ -571,6 +569,9 @@ fi %endif %changelog +* Thu Nov 25 2022 David Abdurachmanov - 15.0.4-1.1.riscv64 +- Enable Clang toolchain + * Tue Oct 04 2022 David Abdurachmanov - 15.0.4-1.0.riscv64 - Disable tests on riscv64 for now - Disable LTO on riscv64 (there is no thin LTO in GCC)