eventdev/eth_rx: fix telemetry Rx stats reset
[dpdk.git] / config / x86 / meson.build
index 603359e..54345c4 100644 (file)
@@ -3,8 +3,8 @@
 
 # get binutils version for the workaround of Bug 97
 binutils_ok = true
-if not is_windows and (is_linux or cc.get_id() == 'gcc')
-    binutils_ok = run_command(binutils_avx512_check).returncode() == 0
+if is_linux or cc.get_id() == 'gcc'
+    binutils_ok = run_command(binutils_avx512_check, check: false).returncode() == 0
     if not binutils_ok and cc.has_argument('-mno-avx512f')
         machine_args += '-mno-avx512f'
         warning('Binutils error with AVX512 assembly, disabling AVX512 support')