]> git.droids-corp.org - dpdk.git/blobdiff - lib/acl/meson.build
net/ena: extend logs for invalid request ID resets
[dpdk.git] / lib / acl / meson.build
index f3dc513846f978056378b5022c377b91ff0455e0..fbe17f9454cacac65689304229e47cb3001c6ed2 100644 (file)
@@ -36,7 +36,7 @@ if dpdk_conf.has('RTE_ARCH_X86')
     # compile AVX512 version if:
     # we are building 64-bit binary AND binutils can generate proper code
 
     # compile AVX512 version if:
     # we are building 64-bit binary AND binutils can generate proper code
 
-    if dpdk_conf.has('RTE_ARCH_X86_64') and binutils_ok.returncode() == 0
+    if dpdk_conf.has('RTE_ARCH_X86_64') and binutils_ok
 
         # compile AVX512 version if either:
         # a. we have AVX512 supported in minimum instruction set
 
         # compile AVX512 version if either:
         # a. we have AVX512 supported in minimum instruction set