Re: [dpdk-dev] [PATCH v14 0/6] Fix the cross compiling errors

2018-07-11 Thread Thomas Monjalon
29/06/2018 19:27, Gavin Hu: > Gavin Hu (4): > build: fix the meson build warning > devtools: fix the missing ninja command error > build: fix the meson cross compile error > devtools: expand meson cross compiling test coverage > > gavin hu (2): > mk: fix makefile based cross build errors

[dpdk-dev] [PATCH v14 0/6] Fix the cross compiling errors

2018-06-29 Thread Gavin Hu
1. Pre-v5 of this patch set(two patches) is to fix the GNU Makefile based cross compiling errors and add a guiding doc for this. 2. v6 add 5 more new patches to cover meson cross fixes 3. v7 Some minor changes to address the comments: a) trim the commit message b) at the start of the scri