Add riscv64 support

(cherry picked from commit 14f50a36ab7cf2a4fef4657816c5b09d2c8296b9)
This commit is contained in:
David Abdurachmanov 2024-04-04 19:56:28 +08:00 committed by Richard W.M. Jones
parent 1db1318d4d
commit 881d17ba96

View File

@ -18,7 +18,7 @@
%global enable_dummy 1 %global enable_dummy 1
# fwupd.efi is only available on these arches # fwupd.efi is only available on these arches
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64 riscv64
%global have_uefi 1 %global have_uefi 1
%endif %endif
@ -28,7 +28,7 @@
%endif %endif
# flashrom is only available on these arches # 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 %global have_flashrom 1
%endif %endif