Fix files for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
7b8806da39
commit
0826728ea4
@ -570,7 +570,7 @@
|
||||
%{install_libdir}/libomp.so
|
||||
%{install_libdir}/libompd.so
|
||||
%{install_libdir}/libarcher.so
|
||||
%ifnarch %{ix86}
|
||||
%ifnarch %{ix86} riscv64
|
||||
# libomptarget is not supported on 32-bit systems.
|
||||
# s390x does not support the offloading plugins.
|
||||
%{install_libdir}/libomptarget.so.%{so_suffix}
|
||||
@ -584,7 +584,7 @@
|
||||
%{_prefix}/lib/clang/%{maj_ver}/include/ompt.h
|
||||
%{_prefix}/lib/clang/%{maj_ver}/include/ompt-multiplex.h
|
||||
%{install_libdir}/cmake/openmp/
|
||||
%ifnarch %{ix86}
|
||||
%ifnarch %{ix86} riscv64
|
||||
# libomptarget is not supported on 32-bit systems.
|
||||
# s390x does not support the offloading plugins.
|
||||
%{install_libdir}/libomptarget.devicertl.a
|
||||
|
Loading…
Reference in New Issue
Block a user