Add support for riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
parent
e298ee9f86
commit
13576ed1fc
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: libomp
|
Name: libomp
|
||||||
Version: 11.0.0
|
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
|
Summary: OpenMP runtime for clang
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -130,7 +130,7 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
|||||||
%ifnarch %{arm}
|
%ifnarch %{arm}
|
||||||
%{_libdir}/libarcher.so
|
%{_libdir}/libarcher.so
|
||||||
%endif
|
%endif
|
||||||
%ifnarch %{arm} %{ix86}
|
%ifnarch %{arm} %{ix86} riscv64
|
||||||
%{_libdir}/libomptarget.rtl.%{libomp_arch}.so
|
%{_libdir}/libomptarget.rtl.%{libomp_arch}.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -149,6 +149,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
|||||||
%{_libexecdir}/tests/libomp/
|
%{_libexecdir}/tests/libomp/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 16 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 11.0.0-1.0.riscv64
|
||||||
|
- Add support for riscv64
|
||||||
|
|
||||||
* Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1
|
* Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1
|
||||||
- Fix NVR
|
- Fix NVR
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user