devtools: fix ARM builds test with meson
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 8 Jun 2018 10:35:12 +0000 (11:35 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 14 Jun 2018 15:46:02 +0000 (17:46 +0200)
commit03843d4df3e8007879633892f7ec1c84339ae478
tree54df664998a3d0cdfe50e52d278274373084256b
parentacbf70386ab02d324bf85ffd7d7e47d0db3389d2
devtools: fix ARM builds test with meson

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>
devtools/test-meson-builds.sh