From 64ade5b4d3d4a1cee08eef9030605809b54f3c79 Mon Sep 17 00:00:00 2001 From: laokz Date: Mon, 17 Feb 2025 21:56:27 +0800 Subject: [PATCH] riscv64: exclude packaging non-supported liborc_rt.a Riscv is not in ALL_ORC_SUPPORTED_ARCH yet. (cherry picked from commit 0706848ac5cd2c8c6382d50b74ca4ab715be6fdc) --- llvm-toolset-17.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/llvm-toolset-17.spec b/llvm-toolset-17.spec index 3d60ea1..24cfba0 100644 --- a/llvm-toolset-17.spec +++ b/llvm-toolset-17.spec @@ -150,7 +150,7 @@ #region main package Name: llvm-toolset-%{maj_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 2 +Release: 3 Summary: The Low Level Virtual Machine License: NCSA @@ -2485,7 +2485,7 @@ fi %{install_libdir}/clang/%{maj_ver}/lib/%{compiler_rt_triple}/clang_rt.crtend.o %endif -%ifnarch %{ix86} s390x +%ifnarch %{ix86} s390x riscv64 %{install_libdir}/clang/%{maj_ver}/lib/%{compiler_rt_triple}/liborc_rt.a %endif @@ -2764,8 +2764,11 @@ fi #endregion files %changelog +* Fri Feb 21 2025 laokz - 17.0.6-3 +- riscv64: exclude packaging non-supported liborc_rt.a + * Fri Feb 14 2025 liyunfei - 17.0.6-2 - Add BUILD_FOR_OPENEULER & Bugfixes * Mon Feb 10 2025 liyunfei - 17.0.6-1 -- Package init \ No newline at end of file +- Package init -- Gitee