From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: remove default toolchain prefix for ThunderX Date: Sun, 29 Jan 2017 15:51:53 +0100 Message-ID: <3049508.r42Nv53xYd@xps13> References: <1485162957-2497-1-git-send-email-thomas.monjalon@6wind.com> <20170123093950.GA14840@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jerin Jacob Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id DCE32BD2C for ; Sun, 29 Jan 2017 15:51:55 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id r126so3919126wmr.1 for ; Sun, 29 Jan 2017 06:51:55 -0800 (PST) In-Reply-To: <20170123093950.GA14840@localhost.localdomain> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-01-23 15:09, Jerin Jacob: > On Mon, Jan 23, 2017 at 10:15:57AM +0100, Thomas Monjalon wrote: > > 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 > > Reviewed-by: Jerin Jacob Applied