]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dmi: add RISC-V 64bit support
authorAndreas Schwab <schwab@suse.de>
Wed, 4 Dec 2024 12:41:14 +0000 (13:41 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 4 Dec 2024 18:59:32 +0000 (03:59 +0900)
meson.build

index d3926106252ec50fcc6eb6e5a10621d1e50d1975..bffda86845b11d776cf49657a708b3d31dff6ea8 100644 (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