devtools: test compiler availability only once
authorThomas Monjalon <thomas@monjalon.net>
Mon, 12 Aug 2019 23:03:57 +0000 (01:03 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 12 Sep 2019 22:25:46 +0000 (00:25 +0200)
commite0ae780e65698353cd78947288e9a6b8b77bf6ae
tree6661cb29ac4de9e3089f62094839b6a0f7504e3c
parentb38a54aeb16cb36e42d638c4335b8314aa0b1794
devtools: test compiler availability only once

The compilation test is skipped if the compiler is not available.
In the case of gcc/arm, it was tested both in the generic function
"build" and in the cross-compilation section.

By passing the compiler as argument of the generic function,
the test with "command" is done only once.

This small clean-up has the benefit of introducing the compiler
parameter to be used later in another improvement.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Luca Boccassi <bluca@debian.org>
devtools/test-meson-builds.sh