https://bugs.dpdk.org/show_bug.cgi?id=875
David Christensen ([email protected]) changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Target Milestone|--- |21.11 Assignee|[email protected] |[email protected] --- Comment #1 from David Christensen ([email protected]) --- Duplicated on a CentOS 7.6 POWER9 VM, fixed with the following patch which will be submitted upstream: diff --git a/config/ppc/meson.build b/config/ppc/meson.build index cba8222163..1cba44011f 100644 --- a/config/ppc/meson.build +++ b/config/ppc/meson.build @@ -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)) -- You are receiving this mail because: You are the assignee for the bug.

