From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] devtools/test-meson-build: fix CC override for cross builds Date: Thu, 14 Jun 2018 17:47:17 +0200 Message-ID: <13182406.8bZkzjrZas@xps> References: <20180608103512.71263-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org To: Bruce Richardson Return-path: In-Reply-To: <20180608103512.71263-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/06/2018 12:35, Bruce Richardson: > 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 Acked-by: Thomas Monjalon Applied, thanks