rpm: Enable Xen support on AArch64

Starting with Linux 5.9, Xen Dom0 works on commonly available
AArch64 devices, such as the Raspberry Pi 4.

Reference: https://xenproject.org/2020/09/29/xen-on-raspberry-pi-4-adventures/

Signed-off-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Neal Gompa 2020-10-04 22:16:57 -04:00 committed by Andrea Bolognani
parent 14f877e8d0
commit 5ebf063897

View File

@ -97,8 +97,8 @@
# Finally set the OS / architecture specific special cases
# Xen is available only on i386 x86_64
%ifnarch %{ix86} x86_64
# Xen is available only on some architectures
%ifnarch %{ix86} x86_64 aarch64
%define with_libxl 0
%endif