Add support for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
23fbadca61
commit
71979d4ca0
@ -8,7 +8,7 @@
|
||||
|
||||
Name: libclc
|
||||
Version: %{libclc_version}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 1%{?dist}
|
||||
Release: 1.0.riscv64%{?dist}
|
||||
Summary: An open source implementation of the OpenCL 1.1 library requirements
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception OR BSD OR MIT
|
||||
@ -17,7 +17,7 @@ Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%
|
||||
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{libclc_version}%{?rc_ver:-rc%{rc_ver}}/%{libclc_srcdir}.tar.xz.sig
|
||||
Source2: release-keys.asc
|
||||
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 %{power64} s390x
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 %{power64} s390x riscv64
|
||||
|
||||
BuildRequires: clang-devel >= %{version}
|
||||
BuildRequires: libedit-devel
|
||||
@ -96,6 +96,9 @@ export CFLAGS="%{build_cflags} -D__extern_always_inline=inline"
|
||||
%{_includedir}/%{shortname}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 07 2023 David Abdurachmanov <davidlt@rivosinc.com> - 17.0.4-1.0.riscv64
|
||||
- Add support for riscv64
|
||||
|
||||
* Wed Nov 01 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.4-1
|
||||
- Update to LLVM 17.0.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user