examples: fix RSS hash function configuration
[dpdk.git] / devtools / test-meson-builds.sh
index 9868c32..f2ad05f 100755 (executable)
@@ -41,6 +41,5 @@ for f in config/arm/arm*gcc ; do
        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