From 13576ed1fcd22ee11718ddbce6ccaec5f928b87b Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 16 Apr 2021 12:58:26 +0300 Subject: [PATCH] Add support for riscv64 Signed-off-by: David Abdurachmanov --- libomp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libomp.spec b/libomp.spec index f44a88f..d129834 100644 --- a/libomp.spec +++ b/libomp.spec @@ -11,7 +11,7 @@ Name: libomp Version: 11.0.0 -Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist} +Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}.0.riscv64%{?dist} Summary: OpenMP runtime for clang License: NCSA @@ -130,7 +130,7 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a %ifnarch %{arm} %{_libdir}/libarcher.so %endif -%ifnarch %{arm} %{ix86} +%ifnarch %{arm} %{ix86} riscv64 %{_libdir}/libomptarget.rtl.%{libomp_arch}.so %endif @@ -149,6 +149,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a %{_libexecdir}/tests/libomp/ %changelog +* Fri Apr 16 2021 David Abdurachmanov - 11.0.0-1.0.riscv64 +- Add support for riscv64 + * Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1 - Fix NVR