From patchwork Sun Aug 21 07:03:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 74376 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1030792qga; Sun, 21 Aug 2016 00:03:37 -0700 (PDT) X-Received: by 10.28.172.68 with SMTP id v65mr9867538wme.92.1471763017342; Sun, 21 Aug 2016 00:03:37 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id s140si11021718wmd.57.2016.08.21.00.03.36; Sun, 21 Aug 2016 00:03:37 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A88A04BA0E; Sun, 21 Aug 2016 09:03:35 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Lol71K_rPtIy; Sun, 21 Aug 2016 09:03:35 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E05054B9B0; Sun, 21 Aug 2016 09:03:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7E2394B9B0 for ; Sun, 21 Aug 2016 09:03:31 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26cZqcciDLQv for ; Sun, 21 Aug 2016 09:03:31 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-08.nifty.com (conuserg-08.nifty.com [210.131.2.75]) by theia.denx.de (Postfix) with ESMTPS id CA5984B99D for ; Sun, 21 Aug 2016 09:03:26 +0200 (CEST) Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-08.nifty.com with ESMTP id u7L738sa013217; Sun, 21 Aug 2016 16:03:12 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u7L738sa013217 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1471762992; bh=NIwgtBeedVmp5BOVjsKM+/uAjZEfAuKfR8aTDumJsj8=; h=From:To:Cc:Subject:Date:From; b=kWkXsKF6gP/pFam0H+QthWa/U3VGANpmMiSRtUa3DDAtPWsXjwOiObSJKhzRGFf1y FIlyZhOKAit/7GRVM677rd3ZMM5OT3j/X9+aEf9zx8JOSYKPcwlN6/d4TpJEdlzPce A5GjRYdE6H0B2XBPBp2W80zCvKjdxcpbsoAvsEVLL1lpuX+5z1+VC+zBOtmSikTHFx QCswIIe0qTKY0U8iuuddPf4zEM/HC6dDAbW/w21jZWzR4hFo6G2+3LJR4bamKnZ9ME KssBv+wHmbstND+ea61v5Uw7TtZH4omcOR25Xq+lE8av/Bd6YbCEO7JhJANOvAUEm6 Dokh7gWqF/XkA== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sun, 21 Aug 2016 16:03:08 +0900 Message-Id: <1471762988-27574-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Cc: Joe Hershberger Subject: [U-Boot] [PATCH v2] tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This is needed to move CONFIG options for the recently-added xtfpga_defconfig. The tarball of the pre-built toolchain can be downloaded from: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/ Signed-off-by: Masahiro Yamada --- Changes in v2: - Add 'xtensa' after 'x86' to keep the list alphabetically tools/moveconfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/tools/moveconfig.py b/tools/moveconfig.py index e7b245c..b7de8e7 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -203,7 +203,8 @@ CROSS_COMPILE = { 'powerpc': 'powerpc-linux-', 'sh': 'sh-linux-gnu-', 'sparc': 'sparc-linux-', - 'x86': 'i386-linux-' + 'x86': 'i386-linux-', + 'xtensa': 'xtensa-linux-' } STATE_IDLE = 0