Fix files for riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-10-11 19:21:50 +03:00
parent 7b8806da39
commit 0826728ea4
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -570,7 +570,7 @@
%{install_libdir}/libomp.so %{install_libdir}/libomp.so
%{install_libdir}/libompd.so %{install_libdir}/libompd.so
%{install_libdir}/libarcher.so %{install_libdir}/libarcher.so
%ifnarch %{ix86} %ifnarch %{ix86} riscv64
# libomptarget is not supported on 32-bit systems. # libomptarget is not supported on 32-bit systems.
# s390x does not support the offloading plugins. # s390x does not support the offloading plugins.
%{install_libdir}/libomptarget.so.%{so_suffix} %{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.h
%{_prefix}/lib/clang/%{maj_ver}/include/ompt-multiplex.h %{_prefix}/lib/clang/%{maj_ver}/include/ompt-multiplex.h
%{install_libdir}/cmake/openmp/ %{install_libdir}/cmake/openmp/
%ifnarch %{ix86} %ifnarch %{ix86} riscv64
# libomptarget is not supported on 32-bit systems. # libomptarget is not supported on 32-bit systems.
# s390x does not support the offloading plugins. # s390x does not support the offloading plugins.
%{install_libdir}/libomptarget.devicertl.a %{install_libdir}/libomptarget.devicertl.a