From patchwork Sun Aug 21 06:51:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 74375 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1027974qga; Sat, 20 Aug 2016 23:52:12 -0700 (PDT) X-Received: by 10.194.81.137 with SMTP id a9mr14654595wjy.106.1471762332180; Sat, 20 Aug 2016 23:52:12 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id p200si11015182wme.0.2016.08.20.23.52.11; Sat, 20 Aug 2016 23:52:12 -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 672304B9CB; Sun, 21 Aug 2016 08:52:10 +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 QoMO86-w2Y1P; Sun, 21 Aug 2016 08:52:10 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B30414B98B; Sun, 21 Aug 2016 08:52:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 94C1B4B98B for ; Sun, 21 Aug 2016 08:52:06 +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 BtC1j0djKy31 for ; Sun, 21 Aug 2016 08:52:06 +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-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by theia.denx.de (Postfix) with ESMTPS id CC8034B811 for ; Sun, 21 Aug 2016 08:52:01 +0200 (CEST) Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-12.nifty.com with ESMTP id u7L6pb1B016507; Sun, 21 Aug 2016 15:51:46 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com u7L6pb1B016507 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1471762307; bh=zw9m7ra9ZPsZpieTiqMcNxqD+J3RnCwzBPgdKHlqfCE=; h=From:To:Cc:Subject:Date:From; b=CU8k4r6I2xyXNZP3KYmpSbgvq+ZsHwioUPOLZXavJVwBJq4dhkf2ueG7OMRxnFg7m INDWSW9Rru/DScd7WLL8Hn89KxJzTxUuDc5dnRnbnurGiOaylAGQP0wMUxmEDwRk/e xadn3iunyYoVN12y8sQXctuwvatKMCXahFM9XorEET7gZj7/mr3pUEahk+anPvxcaM nkNSkH7PNkcKNCRgqPhoC3NZ8Hk7JWxovjDM0SI8K9Rto5VoHsEwMhcL8ttr//2I2G vshO6UOukuUHOnZFFCmSGqbAu7sFHKl7peAa3w/0uMneFUacdeJTqsBmXeJOGeQoHF akcVr8UX1OQ4Q== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sun, 21 Aug 2016 15:51:32 +0900 Message-Id: <1471762292-27231-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Cc: Joe Hershberger Subject: [U-Boot] [PATCH] 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 --- tools/moveconfig.py | 1 + 1 file changed, 1 insertion(+) -- 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..4b02c53 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -203,6 +203,7 @@ CROSS_COMPILE = { 'powerpc': 'powerpc-linux-', 'sh': 'sh-linux-gnu-', 'sparc': 'sparc-linux-', + 'xtensa': 'xtensa-linux-', 'x86': 'i386-linux-' }