]> git.droids-corp.org - dpdk.git/blobdiff - config/ppc/meson.build
net/cnxk: allow zero UDP6 checksum for non-inline device
[dpdk.git] / config / ppc / meson.build
index 0b1948fc7cb933a6045dd9a957ba826fb99799cf..aa1327a595011639dc058bbdd01bade700470b60 100644 (file)
@@ -20,8 +20,8 @@ endif
 
 # Suppress the gcc warning "note: the layout of aggregates containing
 # vectors with 4-byte alignment has changed in GCC 5".
-if cc.get_id() == 'gcc' and cc.version().version_compare('>=10.0') and
-        cc.version().version_compare('<12.0') and cc.has_argument('-Wno-psabi')
+if (cc.get_id() == 'gcc' and cc.version().version_compare('>=10.0') and
+        cc.version().version_compare('<12.0') and cc.has_argument('-Wno-psabi'))
     add_project_arguments('-Wno-psabi', language: 'c')
 endif