1
0
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:
Andreas Schwab 2024-12-04 13:41:14 +01:00 committed by Yu Watanabe
parent 156a77ddbc
commit f5083b209c

View File

@ -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