From: Andreas Schwab Date: Wed, 4 Dec 2024 12:41:14 +0000 (+0100) Subject: dmi: add RISC-V 64bit support X-Git-Tag: v257~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5083b209c00c3c2c0630d892a22b909b72030d0;p=thirdparty%2Fsystemd.git dmi: add RISC-V 64bit support --- diff --git a/meson.build b/meson.build index d3926106252..bffda86845b 100644 --- a/meson.build +++ b/meson.build @@ -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