Minor riscv64 spec changes
This commit is contained in:
parent
46396e44ae
commit
968aa47f2e
@ -176,7 +176,7 @@
|
||||
%global unprefixed_libdir lib
|
||||
|
||||
%if 0%{?rhel}
|
||||
%global targets_to_build "X86;AMDGPU;PowerPC;NVPTX;SystemZ;AArch64;BPF;WebAssembly"
|
||||
%global targets_to_build "X86;AMDGPU;PowerPC;NVPTX;SystemZ;AArch64;BPF;WebAssembly;RISCV"
|
||||
%global experimental_targets_to_build ""
|
||||
%else
|
||||
%global targets_to_build "all"
|
||||
@ -2156,7 +2156,7 @@ adjust_lit_filter_out test_list_filter_out
|
||||
|
||||
%if 0%{?rhel}
|
||||
# libomp tests are often very slow on s390x brew builders
|
||||
%ifnarch s390x
|
||||
%ifnarch s390x riscv64
|
||||
%cmake_build --target check-openmp
|
||||
%endif
|
||||
%else
|
||||
@ -2791,7 +2791,7 @@ fi
|
||||
%{_prefix}/lib/clang/%{maj_ver}/lib/%{compiler_rt_triple}/clang_rt.crtend.o
|
||||
%endif
|
||||
|
||||
%ifnarch %{ix86} s390x
|
||||
%ifnarch %{ix86} s390x riscv64
|
||||
%{_prefix}/lib/clang/%{maj_ver}/lib/%{compiler_rt_triple}/liborc_rt.a
|
||||
%endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user