Re: [dpdk-dev] [PATCH 5/6] devtools: test compiler availability only once

2019-08-13 Thread Luca Boccassi
On Tue, 2019-08-13 at 01:03 +0200, Thomas Monjalon wrote: > 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

[dpdk-dev] [PATCH 5/6] devtools: test compiler availability only once

2019-08-12 Thread Thomas Monjalon
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 cle