From 69844b6d313455cdc2871afe65f4fef2c96df21c Mon Sep 17 00:00:00 2001 From: "yan.yihao 10263201" Date: Tue, 3 Jun 2025 17:17:13 +0800 Subject: [PATCH] enabled riscv build --- bcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bcc.spec b/bcc.spec index 3eb30bd..d1099e8 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %ifarch loongarch64 riscv64 %bcond_without ignore_lua %bcond_with libbpf_tools @@ -30,7 +30,7 @@ Requires: libbpf >= 2:0.8.0-1 tar Recommends: kernel-devel Recommends: %{name}-tools = %{EVR} -ExclusiveArch: x86_64 aarch64 loongarch64 +ExclusiveArch: x86_64 aarch64 loongarch64 riscv64 %description BCC is a toolkit for creating efficient kernel tracing and manipulation @@ -191,6 +191,9 @@ install -p libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/ %endif %changelog +* Fri May 30 2025 Yihao Yan - 0.32.0-3 +- enabled riscv build + * Thu May 8 2025 Yihao Yan - 0.32.0-2 - add support for riscv64 -- Gitee