Re: [dpdk-dev] [PATCH v6 7/7] devtools: expand meson cross compiling coverage

2018-06-15 Thread Gavin Hu
Thanks Bruce, I submitted v10 patch set fixing the whitespace issues. > -Original Message- > From: Bruce Richardson > Sent: Thursday, June 14, 2018 6:45 PM > To: Gavin Hu > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6 7/7] devtools:

Re: [dpdk-dev] [PATCH v6 7/7] devtools: expand meson cross compiling coverage

2018-06-15 Thread Gavin Hu
> -Original Message- > From: Bruce Richardson > Sent: Thursday, June 14, 2018 6:45 PM > To: Gavin Hu > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6 7/7] devtools: expand meson cross > compiling coverage > > On Thu, Jun 14, 2018 at

Re: [dpdk-dev] [PATCH v6 7/7] devtools: expand meson cross compiling coverage

2018-06-14 Thread Bruce Richardson
On Thu, Jun 14, 2018 at 05:51:27PM +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