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

David Christensen drc at linux.vnet.ibm.com
Wed Jun 17 23:05:16 CEST 2020


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 name. In the case of a file (detected if readable),
> the compiler is extracted with sed and tr, and the option --cross-file
> is automatically added.
> 
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> ---
> v2: fix ABI check config (thanks David)

Reviewed-by: David Christensen <drc at linux.vnet.ibm.com>


More information about the dev mailing list