From: Gavin Hu Date: Fri, 29 Jun 2018 17:27:35 +0000 (+0800) Subject: build: fix meson warning X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=eb04875825b5b4b4f66f0df03641011f229a4c1e;p=dpdk.git build: fix meson warning This is to fix the unnecessary warning output, it is not consistent with the configurations of other platforms. WARNING: Cross file does not specify strip binary, result will not be stripped. Fixes: e53a5299d2 ("build: support vendor specific ARM cross builds") Cc: stable@dpdk.org Signed-off-by: Gavin Hu Reviewed-by: Phil Yang Reviewed-by: Song Zhu Acked-by: Bruce Richardson Acked-by: Jerin Jacob Tested-by: Ali Alnubani --- diff --git a/config/arm/arm64_thunderx_linuxapp_gcc b/config/arm/arm64_thunderx_linuxapp_gcc index 7ff34af74f..967d9d46d9 100644 --- a/config/arm/arm64_thunderx_linuxapp_gcc +++ b/config/arm/arm64_thunderx_linuxapp_gcc @@ -2,6 +2,7 @@ c = 'aarch64-linux-gnu-gcc' cpp = 'aarch64-linux-gnu-cpp' ar = 'aarch64-linux-gnu-gcc-ar' +strip = 'aarch64-linux-gnu-strip' [host_machine] system = 'linux'