mirror of
https://github.com/systemd/systemd.git
synced 2025-03-10 16:58:28 +03:00
dmi: add RISC-V 64bit support
This commit is contained in:
parent
156a77ddbc
commit
f5083b209c
@ -1522,7 +1522,7 @@ if dbus_interfaces_dir == '' or dbus_interfaces_dir == 'yes'
|
||||
endif
|
||||
endif
|
||||
|
||||
dmi_arches = ['x86', 'x86_64', 'aarch64', 'arm', 'ia64', 'loongarch64', 'mips']
|
||||
dmi_arches = ['x86', 'x86_64', 'aarch64', 'arm', 'ia64', 'loongarch64', 'mips', 'riscv64']
|
||||
conf.set10('HAVE_DMI', host_machine.cpu_family() in dmi_arches)
|
||||
|
||||
# We support one or the other. If gcrypt is available, we assume it's there to
|
||||
|
Loading…
x
Reference in New Issue
Block a user