riscv64: exclude packaging non-supported liborc_rt.a
Riscv is not in ALL_ORC_SUPPORTED_ARCH yet.
This commit is contained in:
parent
0374886ffa
commit
e05f04f886
@ -150,7 +150,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: 2
|
Release: 3
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -2485,7 +2485,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
|
||||||
|
|
||||||
@ -2764,6 +2764,9 @@ fi
|
|||||||
#endregion files
|
#endregion files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 21 2025 laokz <zhangkai@iscas.ac.cn> - 17.0.6-3
|
||||||
|
- riscv64: exclude packaging non-supported liborc_rt.a
|
||||||
|
|
||||||
* Fri Feb 14 2025 liyunfei <liyunfei33@huawei.com> - 17.0.6-2
|
* Fri Feb 14 2025 liyunfei <liyunfei33@huawei.com> - 17.0.6-2
|
||||||
- Add BUILD_FOR_OPENEULER & Bugfixes
|
- Add BUILD_FOR_OPENEULER & Bugfixes
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user