build: mention -march in pkg-config description
authorLuca Boccassi <bluca@debian.org>
Thu, 10 Jan 2019 17:28:06 +0000 (17:28 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 28 Jan 2019 00:49:38 +0000 (01:49 +0100)
commitccee5d18a470242ee86c58c9203b40ca112a49b3
tree60e440390bc4cbb8ded200c8d2a1b422a145d31d
parent8a9a4eaf8390df62914f3bfd4ad957b4b7a80ce4
build: mention -march in pkg-config description

Applications need to at least match DPDK's -march option to build
successfully due to some static inline functions in the public headers.

This might cause problems, especially in distributions, so add a note
in the pkg-config description.

Fixes: a25a650be5f0 ("build: add infrastructure for meson and ninja builds")
Cc: stable@dpdk.org
Signed-off-by: Luca Boccassi <bluca@debian.org>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
meson.build