config/ppc: ignore GCC 11 psabi warnings
authorDavid Christensen <drc@linux.vnet.ibm.com>
Thu, 2 Sep 2021 23:53:26 +0000 (16:53 -0700)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 13 Sep 2021 07:19:13 +0000 (09:19 +0200)
commit394407f50c90ca3ce4b882aefb9e26eae4ba6bca
tree8dd40b2e70dd957e5058f06e84867f1ebac017de
parentc13e6177394365d4db1595ea038bd9c3de04d32f
config/ppc: ignore GCC 11 psabi warnings

Suppress the gcc warning "note: the layout of aggregates containing
vectors with 4-byte alignment has changed in GCC 5" on POWER systems
by setting "-Wno-psabi".  Warning was originally added to gcc in
commit https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=9832651 to warn
of the vector alignment changes introduced in GCC 5.  Older gcc
versions forced vector alignment to 16 bytes due to requirements for
POWER 6 and earlier CPUs, but these restrictions don't apply to CPUs
supported by DPDK.

Bugzilla ID: 739
Cc: stable@dpdk.org
Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
config/ppc/meson.build