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

2018-06-18 Thread Gavin Hu
Hi Bruce, I submitted v11, please have a look, thanks for your review. Best Regards, Gavin > -Original Message- > From: Bruce Richardson > Sent: Friday, June 15, 2018 10:15 PM > To: Gavin Hu > Cc: dev@dpdk.org; nd ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH

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

2018-06-15 Thread Bruce Richardson
On Fri, Jun 15, 2018 at 06:21:43PM +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 v10 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