numam-dpdk/config/ppc/ppc64le-power8-linux-gcc
Thomas Monjalon b2b3858a08 devtools: add ppc64 in meson build test
Add cross-compilation support of a PPC target in the build test matrix.
The CPU is defined as Power8, running as little endian.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: David Christensen <drc@linux.vnet.ibm.com>
2020-06-30 01:18:35 +02:00

12 lines
222 B
Plaintext

[binaries]
c = 'powerpc64le-linux-gcc'
cpp = 'powerpc64le-linux-cpp'
ar = 'powerpc64le-linux-gcc-ar'
strip = 'powerpc64le-linux-strip'
[host_machine]
system = 'linux'
cpu_family = 'ppc64'
cpu = 'power8'
endian = 'little'