]> git.droids-corp.org - dpdk.git/commit
config/ppc: fix native build with GCC 4.8.5 on RHEL 7
authorDavid Christensen <drc@linux.vnet.ibm.com>
Wed, 3 Nov 2021 20:01:26 +0000 (13:01 -0700)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 4 Nov 2021 08:12:55 +0000 (09:12 +0100)
commitb3fc5624530fd593f017990f763ac0dcde7753bd
tree149a27091d48fa7aba1d4a89757704987f2d726f
parentb5832a0d1524b31782eb04a6e8f95f952a7eed66
config/ppc: fix native build with GCC 4.8.5 on RHEL 7

The POWER meson.build file incorrectly checks if the detected CPU is
"greater than" POWER8 when it should actually test for "greater than or
equal to" POWER8.  Fixed the comparison operator.

Bugzilla ID: 875
Fixes: 750196880843 ("config/ppc: select instruction set for IBM Power10")
Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
config/ppc/meson.build