build: establish an invariant machine type
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 14 Nov 2018 19:40:12 +0000 (20:40 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 18 Nov 2018 14:30:58 +0000 (15:30 +0100)
commitc04e679e860697f4d5f4531c498fe9a773d585fd
tree6aeaa87d57e2dd37aec17d6ccdf8a33fbb7c04fd
parentaba3289e874cd184fc6cc4408236e9680e009a34
build: establish an invariant machine type

Add the machine definition 'default' which is special compared
to 'native' (most optimized for current system) or any explicit
type (external entity has to decide on the type).

It defaults to the per arch agreed common minimal baseline
needed for DPDK to reasonable work.

That might not be the most optimized, but the most portable
version while still being able to support the CPU features
required for DPDK.

Going forward this can be bumped up by the DPDK project, but it
can never be an invariant like 'native'.

Distributions and other needing portable code are expected to
define the machine as 'default'.

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