From 881d17ba9666565e4291bfa12f11d377146326e8 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 4 Apr 2024 19:56:28 +0800 Subject: [PATCH] Add riscv64 support (cherry picked from commit 14f50a36ab7cf2a4fef4657816c5b09d2c8296b9) --- fwupd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fwupd.spec b/fwupd.spec index dd8e17b..d91f7b8 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -18,7 +18,7 @@ %global enable_dummy 1 # fwupd.efi is only available on these arches -%ifarch x86_64 aarch64 +%ifarch x86_64 aarch64 riscv64 %global have_uefi 1 %endif @@ -28,7 +28,7 @@ %endif # flashrom is only available on these arches -%ifarch i686 x86_64 armv7hl aarch64 ppc64le +%ifarch i686 x86_64 armv7hl aarch64 ppc64le riscv64 %global have_flashrom 1 %endif