From patchwork Wed Nov 13 21:28:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 291048 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id D3A572C00A9 for ; Thu, 14 Nov 2013 08:29:22 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 23A599374A; Wed, 13 Nov 2013 21:29:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eOJtplvKR26B; Wed, 13 Nov 2013 21:29:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 9C2B0935D5; Wed, 13 Nov 2013 21:29:21 +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 D4F9E1BF838 for ; Wed, 13 Nov 2013 21:29:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CDC288AB24 for ; Wed, 13 Nov 2013 21:29:19 +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 Qa5MDo+Eccaa for ; Wed, 13 Nov 2013 21:29:19 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f179.google.com (mail-ie0-f179.google.com [209.85.223.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id 59B4B8AB23 for ; Wed, 13 Nov 2013 21:29:19 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id u16so1438395iet.38 for ; Wed, 13 Nov 2013 13:29:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=qO+mKhPIEzZsz7AwqHe0rYot2RmPrPGwo9e4/wibkrc=; b=LJC5bwIUaa4JExXGibDl7WQnrB2dTrh13QaeetJ5lrNOFR7iSQmPNzBe37dNCeMJfu 75hw1WlywcDqU1UjCn81ZuNdQR9NApl5DKGHwnyJ89vc0VBwkSzQHz9Zr+80cmswyY5h zzPAvivgJLhPGyTspSr3abSRU3LCL22Im4UBBMUgR5kgHF7f3tIh+qCxRC3Q4rPea6QN b1/0i7Hj8L5jdfYdj8au/LNoAv+bfvRxeRHeF5oUZpuYpDIl1XPUBPGL6IE0xNpjRXgk T66c+4+e1g4p83F2p6tTNzZ+G46d9v+IBw7QS1yOwLJHFOhF2B/qRIax8iUTP1S4jjEr xjSw== X-Gm-Message-State: ALoCoQnO29ljUnbwG6WE1mvKGLgBrONvfJO0IkiM+J+McXBe/7DXZMJ14+IYykxF8OihI8OeacxU X-Received: by 10.50.62.211 with SMTP id a19mr19974657igs.18.1384378158823; Wed, 13 Nov 2013 13:29:18 -0800 (PST) Received: from localhost.localdomain (dhcp57.hum.iit.edu. [216.47.158.57]) by mx.google.com with ESMTPSA id x6sm32266496igb.3.2013.11.13.13.29.15 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 13 Nov 2013 13:29:15 -0800 (PST) From: Spenser Gilliland To: buildroot@busybox.net Date: Wed, 13 Nov 2013 15:28:47 -0600 Message-Id: <1384378130-8599-5-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1384378130-8599-1-git-send-email-spenser@gillilanding.com> References: <1384378130-8599-1-git-send-email-spenser@gillilanding.com> Cc: thomas.petazzoni@free-electrons.com, Mischa.Jonker@synopsys.com Subject: [Buildroot] [PATCH v3 4/7] gdb: add microblaze internal toolchain 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 Signed-off-by: Spenser Gilliland --- package/gdb/Config.in.host | 2 ++ package/gdb/gdb.mk | 5 +++++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index 074aa57..de0e0be 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -16,6 +16,7 @@ if BR2_PACKAGE_HOST_GDB choice prompt "GDB debugger Version" depends on !BR2_arc + depends on !BR2_microblaze default BR2_GDB_VERSION_6_6 if BR2_bfin default BR2_GDB_VERSION_6_7_1_AVR32_2_1_5 if BR2_avr32 default BR2_GDB_VERSION_7_5 @@ -59,5 +60,6 @@ config BR2_GDB_VERSION default "7.4.1" if BR2_GDB_VERSION_7_4 default "7.5.1" if BR2_GDB_VERSION_7_5 default "f25a1952afd054205f9471e449c1f7ca5b271b7c" if BR2_arc + default "6be65fb56ea6694a9260733a536a023a1e2d4d57" if BR2_microblaze endif diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk index 53e6048..bee3135 100644 --- a/package/gdb/gdb.mk +++ b/package/gdb/gdb.mk @@ -26,6 +26,11 @@ GDB_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,gdb,$(GDB_VERSION) GDB_SOURCE = gdb-$(GDB_VERSION).tar.gz endif +ifeq ($(BR2_microblaze),y) +GDB_SITE = $(call github,Xilinx,gdb,$(GDB_VERSION)) +GDB_SOURCE = gdb-$(GDB_VERSION).tar.gz +endif + ifeq ($(GDB_VERSION),6.7.1-avr32-2.1.5) GDB_SITE = ftp://www.at91.com/pub/buildroot/ endif