#13 Add support for riscv64
Merged 4 months ago by jmarchan. Opened 4 months ago by rjones.
rpms/ rjones/bcc riscv64-support  into  rawhide

Add support for riscv64
David Abdurachmanov • 4 months ago  
file modified
+3 -3
@@ -3,14 +3,14 @@ 

  %bcond_with lua

  %else

  # luajit is not available for some architectures

- %ifarch ppc64 ppc64le s390x

+ %ifarch ppc64 ppc64le s390x riscv64

  %bcond_with lua

  %else

  %bcond_without lua

  %endif

  %endif

  

- %ifarch x86_64 ppc64 ppc64le aarch64 s390x

+ %ifarch x86_64 ppc64 ppc64le aarch64 s390x riscv64

  %bcond_without libbpf_tools

  %else

  %bcond_with libbpf_tools
@@ -36,7 +36,7 @@ 

  

  # Arches will be included as upstream support is added and dependencies are

  # satisfied in the respective arches

- ExclusiveArch:  x86_64 %{power64} aarch64 s390x armv7hl

+ ExclusiveArch:  x86_64 %{power64} aarch64 s390x armv7hl riscv64

  

  BuildRequires:  bison

  BuildRequires:  cmake >= 2.8.7

Signed-off-by: David Abdurachmanov davidlt@rivosinc.com

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/3b719a6ed72e4834a66a169c90318a7f

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/0bd0c0d04811408f872acb4e8380f115

Pull-Request has been merged by jmarchan

4 months ago
Metadata