X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=config%2Fppc%2Fmeson.build;h=1cba44011fe992c85595f66cbed3dfc65ca4c4b9;hb=b3fc5624530fd593f017990f763ac0dcde7753bd;hp=cba8222163938d8e3ad57c32dd3da22fe5f1855b;hpb=7501968808432cebf6a07d9212ee6b1d9e275eea;p=dpdk.git 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))