config/ppc: fix native build with GCC 4.8.5 on RHEL 7
[dpdk.git] / config / ppc / meson.build
index cba8222..1cba440 100644 (file)
@@ -89,7 +89,7 @@ int main() {
             else
                 error('Compiler does not support POWER@0@ platform'.format(cpu))
             endif
-            if cpu > 8
+            if cpu >= 8
                 cpu_instruction_set = 'power'+cpu.to_string()
             else
                 error('Compiler does not support POWER@0@ platform'.format(cpu))