From patchwork Mon Jul 8 14:08:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Viktorin X-Patchwork-Id: 257560 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 301302C02ED for ; Tue, 9 Jul 2013 00:16:52 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CE2F788DEE; Mon, 8 Jul 2013 14:16:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99Qm6DHHW6Tt; Mon, 8 Jul 2013 14:16:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D0BA58BF11; Mon, 8 Jul 2013 14:12:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2ACBD8F79E for ; Mon, 8 Jul 2013 14:12:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2C7E38BEF9 for ; Mon, 8 Jul 2013 14:12:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JLFcP5o57nMS for ; Mon, 8 Jul 2013 14:11:59 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.176.14]) by whitealder.osuosl.org (Postfix) with ESMTPS id ACB5D8C2FB for ; Mon, 8 Jul 2013 14:09:52 +0000 (UTC) Received: from hw-dev.fit.vutbr.cz (sec6net-mv2.fit.vutbr.cz [147.229.9.76]) (authenticated bits=0) by eva.fit.vutbr.cz (8.14.5/8.14.5) with ESMTP id r68E9lHI048937 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 Jul 2013 16:09:49 +0200 (CEST) From: Jan Viktorin To: buildroot@busybox.net Date: Mon, 8 Jul 2013 16:08:18 +0200 Message-Id: <1373292498-1117-1-git-send-email-xvikto03@stud.fit.vutbr.cz> X-Mailer: git-send-email 1.7.1 X-Scanned-By: MIMEDefang 2.73 on 147.229.176.14 Cc: Jan Viktorin Subject: [Buildroot] [PATCH 1/1] Make the microblaze toolchains easily distinguishable X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net It was confusing to have two different toolchains with the same label. Signed-off-by: Jan Viktorin Acked-by: Thomas Petazzoni --- toolchain/toolchain-external/Config.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 946063f..130b705 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -649,7 +649,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 http://blackfin.uclinux.org. config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_14_3 - bool "Xilinx Little Endian Microblaze GNU Tools" + bool "Xilinx Little Endian Microblaze GNU Tools 14.3" depends on BR2_microblazeel depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" select BR2_TOOLCHAIN_EXTERNAL_GLIBC @@ -661,7 +661,7 @@ config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_14_3 uses gcc 4.6.2, binutils 2.21.53, glibc 2.14 and gdb 7.4.50. config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2 - bool "Xilinx Little Endian Microblaze GNU Tools" + bool "Xilinx Little Endian Microblaze GNU Tools v2" depends on BR2_microblazeel depends on BR2_HOSTARCH = "x86_64" select BR2_TOOLCHAIN_EXTERNAL_GLIBC