From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] mk: remove default toolchain prefix for ThunderX Date: Mon, 23 Jan 2017 10:15:57 +0100 Message-ID: <1485162957-2497-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org To: Jerin Jacob Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 98509108F for ; Mon, 23 Jan 2017 10:16:06 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id c85so122185252wmi.1 for ; Mon, 23 Jan 2017 01:16:06 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The environment variable CROSS must be set when using a cross-toolchain. However it is counter intuitive to set a default value, considering the toolchain required to build this architecture is well known. It is especially weird when using a native toolchain and requiring to unset this variable on the command line. Signed-off-by: Thomas Monjalon --- mk/machine/thunderx/rte.vars.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/machine/thunderx/rte.vars.mk b/mk/machine/thunderx/rte.vars.mk index 81da1b4..ad5a379 100644 --- a/mk/machine/thunderx/rte.vars.mk +++ b/mk/machine/thunderx/rte.vars.mk @@ -47,7 +47,7 @@ # # ARCH = -CROSS ?= aarch64-thunderx-linux-gnu- +# CROSS = # MACHINE_CFLAGS = # MACHINE_LDFLAGS = # MACHINE_ASFLAGS = -- 2.7.0