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

2018-06-15 Thread Gavin Hu
ect: Re: [dpdk-dev] [PATCH v8 6/6] devtools: expand meson cross > compiling coverage > > On Fri, Jun 15, 2018 at 04:01:20PM +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

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

2018-06-15 Thread Bruce Richardson
On Fri, Jun 15, 2018 at 04:01:20PM +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 v8 6/6] devtools: expand meson cross compiling 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