From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=rv6sRuuqLZRcBnHVcwkJdZqOclwrc/4bou7UHY9Lyww=; b=kuKClIBv7qA7WMvmcGFfbcakzlNKyWDhAw7W3Fp1q6KrG05G0spY4HTcQjjKyYQlD9 Nijr1TnozyVDkFi1NAyF6kyZQ373rptnYDec0UnCN1KOYt8iob6dOqrokrlCeplJu682 XDII1kusiMMqA4sGzzEsabXe/Pg0I9O2usVcoH66f9cRRqbDfhLvpE4f/J8O91itV9Dd fUXN9IsuYFjmHRy/ElI8SmkbpKZkT61KCOhWm6dMmN6AsZELWwB7CiU0bE+yM26KBPUH N3JclSoAfX/ZY9fMXRn5JOiKlqhDjMR4ypIEpkz0ri7lXgBWG0TyuVx9qqDMJ0xasVdB XYFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=rv6sRuuqLZRcBnHVcwkJdZqOclwrc/4bou7UHY9Lyww=; b=c3HsHH19CBhnN0ArxpMuM0WxacjzaP5mFSl7Q0OW25T7ffG/2VklEhvW7suBLu7Uq9 bXRw5/5hDPv+WIP8Hl2sP+t+osl+DDNxyj1PBS9n7dHsve/WqydcTGm629t9GoHTRfp/ yNj2IqmximgcyZZczWDpxasEPXWNWLY3Bs1q6PGihdrn9/2Goi83yRPgOaOfW9AVzp3Z UU/JG3uZf9driv6fi7R5XgUdqB1MP4BKqcm2ZBn962YLWnMcFKo7qwOW+clDwhaq3FXo 6kS0JKxhUpXnUiUptqpoNVZX0i4PGXovmWQ5chULeSYpuyacl/9pHqDHnO6bIm6uwbhe Ceew== X-Gm-Message-State: AIkVDXIVhiU3QOyFWJi2vU+mkr0tDXtiOOyL1pl4lGCAIcDn3XjJx+uW3OQDRDfFv1JoBvOr X-Received: by 10.28.197.142 with SMTP id v136mr10942928wmf.62.1485701515584; Sun, 29 Jan 2017 06:51:55 -0800 (PST) Received: from xps13.localnet (48.114.118.80.rev.sfr.net. [80.118.114.48]) by smtp.gmail.com with ESMTPSA id g40sm18038558wrg.19.2017.01.29.06.51.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Jan 2017 06:51:54 -0800 (PST) From: Thomas Monjalon To: Jerin Jacob Cc: dev@dpdk.org Date: Sun, 29 Jan 2017 15:51:53 +0100 Message-ID: <3049508.r42Nv53xYd@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20170123093950.GA14840@localhost.localdomain> References: <1485162957-2497-1-git-send-email-thomas.monjalon@6wind.com> <20170123093950.GA14840@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mk: remove default toolchain prefix for ThunderX X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2017 14:51:56 -0000 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