From: Aydın Mercan Date: Mon, 30 Jun 2025 12:08:53 +0000 (+0300) Subject: fix x86 specific flags X-Git-Tag: v9.21.10~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=350e81fde8b3256424184db35a487aa04222e03d;p=thirdparty%2Fbind9.git fix x86 specific flags There was a mistake in the host machine check in meson --- diff --git a/meson.build b/meson.build index 85365011866..d39fa770f8b 100644 --- a/meson.build +++ b/meson.build @@ -206,7 +206,7 @@ if optimization != 'plain' ) endif -if host_machine.system() == 'x86' +if host_machine.cpu_family() == 'x86' add_project_arguments( cc.get_supported_arguments( '-Wno-psabi',