Re: [dpdk-dev] [PATCH v9 6/6] devtools: expand meson cross compiling test coverage

2018-06-15 Thread Bruce Richardson
On Fri, Jun 15, 2018 at 05:26:05PM +0800, Gavin Hu wrote: > The default test script covers only default host cc compiler, either gcc or > clang, the fix is to cover both, gcc and clang. And also the build dirs are > changed to *-host-$c, indicating the difference of cc used. > > Fixes: a55277a788

[dpdk-dev] [PATCH v9 6/6] devtools: expand meson cross compiling test coverage

2018-06-15 Thread Gavin Hu
The default test script covers only default host cc compiler, either gcc or clang, the fix is to cover both, gcc and clang. And also the build dirs are changed to *-host-$c, indicating the difference of cc used. Fixes: a55277a788 ("devtools: add test script for meson builds") Cc: sta...@dpdk.org