!9 [sync] PR-6: riscv64: exclude packaging non-supported liborc_rt.a

From: @openeuler-sync-bot 
Reviewed-by: @liyunfei33 
Signed-off-by: @liyunfei33
This commit is contained in:
openeuler-ci-bot 2025-02-22 03:02:43 +00:00 committed by Gitee
commit 464fe13bc7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -149,7 +149,7 @@
#region main package #region main package
Name: llvm-toolset-%{maj_ver} Name: llvm-toolset-%{maj_ver}
Version: %{maj_ver}.%{min_ver}.%{patch_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 1 Release: 2
Summary: The Low Level Virtual Machine Summary: The Low Level Virtual Machine
License: NCSA License: NCSA
@ -2484,7 +2484,7 @@ fi
%{install_libdir}/clang/%{maj_ver}/lib/%{compiler_rt_triple}/clang_rt.crtend.o %{install_libdir}/clang/%{maj_ver}/lib/%{compiler_rt_triple}/clang_rt.crtend.o
%endif %endif
%ifnarch %{ix86} s390x %ifnarch %{ix86} s390x riscv64
%{install_libdir}/clang/%{maj_ver}/lib/%{compiler_rt_triple}/liborc_rt.a %{install_libdir}/clang/%{maj_ver}/lib/%{compiler_rt_triple}/liborc_rt.a
%endif %endif
@ -2763,5 +2763,8 @@ fi
#endregion files #endregion files
%changelog %changelog
* Mon Feb 17 2025 laokz <zhangkai@iscas.ac.cn> - 18.1.8-2
- riscv64: exclude packaging non-supported liborc_rt.a
* Mon Feb 10 2025 liyunfei <liyunfei33@huawei.com> - 18.1.8-1 * Mon Feb 10 2025 liyunfei <liyunfei33@huawei.com> - 18.1.8-1
- Package init - Package init