From patchwork Fri Apr 14 01:53:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 97413 Delivered-To: patch@linaro.org Received: by 10.140.109.52 with SMTP id k49csp96737qgf; Thu, 13 Apr 2017 18:54:55 -0700 (PDT) X-Received: by 10.223.129.4 with SMTP id 4mr5771369wrm.62.1492134895189; Thu, 13 Apr 2017 18:54:55 -0700 (PDT) Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id z65si1139966wme.125.2017.04.13.18.54.54; Thu, 13 Apr 2017 18:54:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; 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 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by lists.denx.de (Postfix, from userid 105) id 35D46C21CA1; Fri, 14 Apr 2017 01:54:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id D82A1C21C9F; Fri, 14 Apr 2017 01:54:45 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 9ADE7C21C65; Fri, 14 Apr 2017 01:54:19 +0000 (UTC) Received: from conuserg-10.nifty.com (conuserg-10.nifty.com [210.131.2.77]) by lists.denx.de (Postfix) with ESMTPS id 534FEC21CB0 for ; Fri, 14 Apr 2017 01:54:17 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-10.nifty.com with ESMTP id v3E1s2dT020209; Fri, 14 Apr 2017 10:54:03 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com v3E1s2dT020209 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1492134843; bh=nbIxnLm/E/qHbATGkTcrxdeRGKHpYTSzKj9LkgwulX0=; h=From:To:Cc:Subject:Date:From; b=szb71WK0lfKCMSK4gXgekYo7ZkMVBbGjFkOdWmdGVEyRmPwQP5BdyWKkOk5+/kF4L wo6/COiXG1XH87BDcCIkCsL4DFZs5uLfDPUpKYbsGmnUlFsoaTsFYYZ8g+wS3m9sxb lYF8L2P3lzTQtLIYqByO8w5iDd4HX8MAhOO96oPny7oKBMUqHpD7GsLZzkOUsdpv6d EDusZDC8kwTxPRiVSzIMgDJDK9QXyO6UjMTcJ9/VzUuktx52BlgBdMAmtbKvQebx0p kXcwLyYt0hi9VBOEXVZzZiUHLOpI5YrbfkmqSeQ3ZwjlbDC0BtwUYDCNgh4mtMwHij N1LGW4reTJWEA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 14 Apr 2017 10:53:56 +0900 Message-Id: <1492134836-8487-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Cc: Joe Hershberger Subject: [U-Boot] [PATCH] tools: moveconfig: remove GCC prefix of obsolete architecture X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Recently, U-Boot removed support for these architectures. Signed-off-by: Masahiro Yamada --- tools/moveconfig.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/moveconfig.py b/tools/moveconfig.py index 228d098..dcca0ec 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -199,28 +199,21 @@ SLEEP_TIME=0.03 # Most of them are available at kernel.org # (https://www.kernel.org/pub/tools/crosstool/files/bin/), except the following: # arc: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases -# blackfin: http://sourceforge.net/projects/adi-toolchain/files/ # nds32: http://osdk.andestech.com/packages/nds32le-linux-glibc-v1.tgz # nios2: https://sourcery.mentor.com/GNUToolchain/subscription42545 # sh: http://sourcery.mentor.com/public/gnu_toolchain/sh-linux-gnu -# -# openrisc kernel.org toolchain is out of date, download latest one from -# http://opencores.org/or1k/OpenRISC_GNU_tool_chain#Prebuilt_versions CROSS_COMPILE = { 'arc': 'arc-linux-', 'aarch64': 'aarch64-linux-', 'arm': 'arm-unknown-linux-gnueabi-', 'avr32': 'avr32-linux-', - 'blackfin': 'bfin-elf-', 'm68k': 'm68k-linux-', 'microblaze': 'microblaze-linux-', 'mips': 'mips-linux-', 'nds32': 'nds32le-linux-', 'nios2': 'nios2-linux-gnu-', - 'openrisc': 'or1k-elf-', 'powerpc': 'powerpc-linux-', 'sh': 'sh-linux-gnu-', - 'sparc': 'sparc-linux-', 'x86': 'i386-linux-', 'xtensa': 'xtensa-linux-' }