build: avoid non supported -march on ppc with meson
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 14 Nov 2018 19:40:11 +0000 (20:40 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 18 Nov 2018 14:30:58 +0000 (15:30 +0100)
commitaba3289e874cd184fc6cc4408236e9680e009a34
tree34d8410f7e5aea40d52cec70ab317a85965ab05c
parentdaf6c3c10e91b1c0dcb872f385116dc4aa477556
build: avoid non supported -march on ppc with meson

So far only if machine was "native" it did use the re-direction to
not set -march on ppc64 (where -march is not supported).
We have to use mcpu/mtune in any case on ppc for whatever someone using
the build system defines as machine.

Fixes: 54d609a13876 ("build: add ppc64 meson build")

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Acked-by: Luca Boccassi <bluca@debian.org>
config/meson.build