devtools: add ppc64 in meson build test
authorThomas Monjalon <thomas@monjalon.net>
Sun, 14 Jun 2020 22:01:44 +0000 (00:01 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Jun 2020 23:18:35 +0000 (01:18 +0200)
commitb2b3858a084dd9e0d140781dc786c93319c7df34
tree1f09a27cb8e351893049d724f84e6bc39d1e641e
parent3932237f10b99451d205515f7a266a59986ff29d
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>
config/ppc/ppc64le-power8-linux-gcc [new file with mode: 0644]
devtools/test-meson-builds.sh