For cross-builds the CC environmental variable only applies for compiling
native binaries i.e. pmdinfogen, so setting it to a cross-build compiler
will only cause problems. Leave the value unset in the script to use the
platform-default compiler.
Fixes:
a55277a788df ("devtools: add test script for meson builds")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
if ! command -v $c >/dev/null 2>&1 ; then
continue
fi
- export CC="ccache $c"
build build-$(basename $f | tr '_' '-' | cut -d'-' -f-2) --cross-file $f
done