> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Thursday, June 9, 2022 1:13 AM > To: [email protected]; Jan Viktorin <[email protected]>; Ruifeng Wang > <[email protected]>; Bruce Richardson > <[email protected]>; David Christensen > <[email protected]>; Stanislaw Kardach <[email protected]>; > Konstantin Ananyev <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected] > Subject: [dpdk-dev] [PATCH v2] build: ccache support for cross build > > From: Jerin Jacob <[email protected]> > > 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/Machine-files.html > > Signed-off-by: Jerin Jacob <[email protected]> > --- >
Verified that cross-build works fine with/without ccache. Acked-by: Ruifeng Wang <[email protected]>

