X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Ftest-meson-builds.sh;fp=devtools%2Ftest-meson-builds.sh;h=f0d5c9a84b98917d473e3b99762cc73094d44e48;hb=ae2f2fee247ad0f80f5a122fd174fa16cddd5438;hp=f82a0fd6c7c51ed084d9cf7f17abdcc07009f5e6;hpb=5fbc1d498f548026cfdcd63f28330d687761f2a3;p=dpdk.git diff --git a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh index f82a0fd6c7..f0d5c9a84b 100755 --- a/devtools/test-meson-builds.sh +++ b/devtools/test-meson-builds.sh @@ -67,7 +67,7 @@ if command -v $c >/dev/null 2>&1 ; then # compile the general v8a also for clang to increase coverage export CC="ccache clang" build build-arm64-host-clang $use_shared \ - --cross-file config/arm/arm64_armv8_linuxapp_gcc + --cross-file config/arm/arm64_armv8_linux_gcc for f in config/arm/arm*gcc ; do export CC="ccache gcc"