Re: [dpdk-dev] [PATCH v2] build: ccache support for cross build

2022-06-14 Thread Thomas Monjalon
> > By default, ccache is not used for cross build[1]. > > Update all cross files to use ccache if it is available in build machine. > > > > Also, updated devtools/test-meson-builds.sh script to find the correct > > DPDK_TARGET due to change in cross file syntax. > > > > [1] > > https://mesonbuil

Re: [dpdk-dev] [PATCH v2] build: ccache support for cross build

2022-06-14 Thread Thomas Monjalon
08/06/2022 19:13, jer...@marvell.com: > --- a/devtools/test-meson-builds.sh > +++ b/devtools/test-meson-builds.sh > @@ -160,7 +160,8 @@ build () #check> [meson options] > if [ -n "$crossfile" ] ; then > cross="--cross-file $crossfile" > targetcc=$(sed -n 's,^c[

RE: [dpdk-dev] [PATCH v2] build: ccache support for cross build

2022-06-10 Thread Ruifeng Wang
...@redhat.com; > juraj.lin...@pantheon.tech; fengcheng...@huawei.com; > jer...@marvell.com > Subject: [dpdk-dev] [PATCH v2] build: ccache support for cross build > > From: Jerin Jacob > > By default, ccache is not used for cross build[1]. > Update all cross file

[dpdk-dev] [PATCH v2] build: ccache support for cross build

2022-06-08 Thread jerinj
From: Jerin Jacob By default, ccache is not used for cross build[1]. Update all cross files to use ccache if it is available in build machine. Also, updated devtools/test-meson-builds.sh script to find the correct DPDK_TARGET due to change in cross file syntax. [1] https://mesonbuild.com/Machin