devtools: allow non-standard toolchain in meson test
authorThomas Monjalon <thomas@monjalon.net>
Sun, 14 Jun 2020 22:18:44 +0000 (00:18 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Jun 2020 23:18:35 +0000 (01:18 +0200)
commit3932237f10b99451d205515f7a266a59986ff29d
tree299f90439e9f689be3ce803d9c8f374d7ddd7981
parent444e556776c3693f9ccc19c5918172a559f62ae4
devtools: allow non-standard toolchain in meson test

If a compiler is not found in $PATH, the compilation test is skipped.
In some cases, the compiler could be found after extending $PATH
in an environment configuration script (called by load-devel-config).

The decision to skip is deferred to a later stage, after loading the
configuration script.

In such case, the variable DPDK_TARGET, used by the configuration script
as input, is the compiler name.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: David Christensen <drc@linux.vnet.ibm.com>
devtools/test-meson-builds.sh