Re: [dpdk-dev] [PATCH v2 1/4] devtools: shrink cross-compilation test definition

2020-06-17 Thread David Christensen
On 6/15/20 3:22 PM, Thomas Monjalon wrote: Each cross-compilation case needs to define the target compiler and the meson cross file. Given the compiler is already defined in the cross file, the latter is enough. The function "build" is changed to accept a cross file alternatively to the compiler

[dpdk-dev] [PATCH v2 1/4] devtools: shrink cross-compilation test definition

2020-06-15 Thread Thomas Monjalon
Each cross-compilation case needs to define the target compiler and the meson cross file. Given the compiler is already defined in the cross file, the latter is enough. The function "build" is changed to accept a cross file alternatively to the compiler name. In the case of a file (detected if rea