From e43666c049fafd65aea0238d3f90f218b3f9bfe6 Mon Sep 17 00:00:00 2001 From: "yan.yihao 10263201" Date: Thu, 8 May 2025 19:10:40 +0800 Subject: [PATCH] add support for RISC-V build --- bcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bcc.spec b/bcc.spec index ab58f01..3eb30bd 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,5 +1,5 @@ -%define anolis_release 1 -%ifarch loongarch64 +%define anolis_release 2 +%ifarch loongarch64 riscv64 %bcond_without ignore_lua %bcond_with libbpf_tools %else @@ -191,6 +191,9 @@ install -p libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/ %endif %changelog +* Thu May 8 2025 Yihao Yan - 0.32.0-2 +- add support for riscv64 + * Wed Feb 19 2025 Zhao Hang - 0.32.0-1 - Update to 0.32.0-1 from 0.30.0-1 - Migrated to SPDX license -- Gitee