From patchwork Fri Oct 11 14:33:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 282776 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id BFDC02C0127 for ; Sat, 12 Oct 2013 01:34:06 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 738D332E90; Fri, 11 Oct 2013 14:34:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bF4SpQBPkp3U; Fri, 11 Oct 2013 14:33:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 0CE9732E9F; Fri, 11 Oct 2013 14:33:39 +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 A090F1BFA1A for ; Fri, 11 Oct 2013 14:33:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9AFB58D2D8 for ; Fri, 11 Oct 2013 14:33:35 +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 t+1Q3f7wgfij for ; Fri, 11 Oct 2013 14:33:34 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id C44C78CE36 for ; Fri, 11 Oct 2013 14:33:34 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id u16so1085879iet.18 for ; Fri, 11 Oct 2013 07:33:34 -0700 (PDT) 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=0spPuBSfC8g54y/oICEoI2kR2JmJ0dDSpjsrR6c0+T4=; b=OSc/8lxsvBU0tTW2sZ13fSJLRS+Vpl7rPUpxFmMpDoks4oI/J/SMKDlBNBERWpgKys XbWEWbu7PF1d7qUtKbKYU9K+q6Gj7t9dycwHtxXeyzmMVzI8bKzc6lbJPmECYNL5Xl0a AdgxWEMnqtSGexJVXPfbe6DZTQP054vYfwJwOVAPhIxPc7inSjbWZfiqkt9Y+RxGpk52 aCHJtOKbDFRZMiO6bLWSIhaqKDJt+Huvv86ru90AOTdi4yQ0ke3O6rah/2sRbFLV2F9/ JjCvFQDoEre/SCU7dYWZOyc1S2zuEoIkpZmwBr/sVjNonYmUciD+90g7KUpFQDKTUjV2 m3rQ== X-Gm-Message-State: ALoCoQm70Q8LEBNWMMBTFt18b0nRqaOejYK3ul+27LHkVlTu2/n4eVF55Z8Eazto9B3xeXzWzXyY X-Received: by 10.42.63.194 with SMTP id d2mr11415645ici.10.1381502014136; Fri, 11 Oct 2013 07:33:34 -0700 (PDT) Received: from localhost.localdomain (dhcp138.ece.iit.edu. [216.47.144.138]) by mx.google.com with ESMTPSA id k6sm3609122igx.8.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 11 Oct 2013 07:33:33 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Fri, 11 Oct 2013 09:33:19 -0500 Message-Id: <1381502000-1995-5-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1381502000-1995-1-git-send-email-spenser@gillilanding.com> References: <1381502000-1995-1-git-send-email-spenser@gillilanding.com> Subject: [Buildroot] [PATCH 4/5] 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 | 4 ++++ package/gdb/gdb.mk | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index 128aed9..aae0109 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -18,6 +18,7 @@ choice depends on !BR2_arc 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_6_MICROBLAZE if BR2_microblaze default BR2_GDB_VERSION_7_5 help Select the version of gdb you wish to use. @@ -48,6 +49,8 @@ choice bool "gdb 7.5.x" depends on !BR2_bfin + config BR2_GDB_VERSION_7_6_MICROBLAZE + bool "gdb 7.6-microblaze" endchoice config BR2_GDB_VERSION @@ -59,5 +62,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 "7.5.1-arc" if BR2_arc + default "7.6-microblaze" if BR2_microblaze endif diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk index 9cf90e3..65485da 100644 --- a/package/gdb/gdb.mk +++ b/package/gdb/gdb.mk @@ -21,15 +21,22 @@ GDB_VERSION = 7.5.1 endif endif +GDB_SOURCE = gdb-$(GDB_VERSION).tar.bz2 + ifeq ($(BR2_arc),y) GDB_SITE = $(BR2_ARC_SITE) endif +ifeq ($(BR2_microblaze),y) +GDB_VERSION = 6be65fb56ea6694a9260733a536a023a1e2d4d57 +GDB_SITE = http://github.com/Xilinx/gdb/tarball/$(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 -GDB_SOURCE = gdb-$(GDB_VERSION).tar.bz2 GDB_LICENSE = GPLv2+ LGPLv2+ GPLv3+ LGPLv3+ GDB_LICENSE_FILES = COPYING COPYING.LIB COPYING3 COPYING3.LIB