From patchwork Tue Nov 12 17:31:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 290735 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 2E4FA2C00B1 for ; Wed, 13 Nov 2013 04:32:23 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E957494374; Tue, 12 Nov 2013 17:32:17 +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 AJyM2oeS0ZAm; Tue, 12 Nov 2013 17:32:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 0B34C9437C; Tue, 12 Nov 2013 17:32:10 +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 BCC0D1BF9D0 for ; Tue, 12 Nov 2013 17:32:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B22FD8ED44 for ; Tue, 12 Nov 2013 17:32:06 +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 j4xnii6yGINA for ; Tue, 12 Nov 2013 17:32:05 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f169.google.com (mail-ie0-f169.google.com [209.85.223.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 206438EC9B for ; Tue, 12 Nov 2013 17:32:05 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id tp5so3967269ieb.28 for ; Tue, 12 Nov 2013 09:32:04 -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=0spPuBSfC8g54y/oICEoI2kR2JmJ0dDSpjsrR6c0+T4=; b=X3z/ATwhivFKhpA4VTn03DHdl4yFh/Nw6EEE+taTfCzERycGfbDxxwz2umpTbGLLyw S1MLMZ0VAiRKGX5ZPTdKO9HMy0YDMOEcHyB1PdTFcC4mRK6Gm0Wo63GG/Uci/YII/rKh NG/rdCP6FW9+7f2hKqPStloJbPS2AjW1fnYtg93piS34f1PPaMiHlJuPGGx3pYVgn0Mo OGKV58xKeKDXNXv60H2UQurrU0RsEPrRT1AM4SjYwsldSEkQGEQK7NrTXzJKhj8VtTm/ yb2oUnk0CnthloukPie8nz2GORFr6JpyDkn7rWiS0uQDyigp4T1o1GSlJWk0jdSZpUya Umpw== X-Gm-Message-State: ALoCoQmuA+dmiPmKnSX5TPzzxHXWmlboos7N3U+p9UVUIeeTSx+IwyIZyXo0L45Rdod3hDA7/E3Y X-Received: by 10.50.78.196 with SMTP id d4mr5648499igx.2.1384277524688; Tue, 12 Nov 2013 09:32:04 -0800 (PST) Received: from localhost.localdomain (dhcp57.hum.iit.edu. [216.47.158.57]) by mx.google.com with ESMTPSA id x5sm25416846iga.6.2013.11.12.09.32.03 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 12 Nov 2013 09:32:04 -0800 (PST) From: Spenser Gilliland To: buildroot@busybox.net Date: Tue, 12 Nov 2013 11:31:44 -0600 Message-Id: <1384277505-11503-5-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1384277505-11503-1-git-send-email-spenser@gillilanding.com> References: <1384277505-11503-1-git-send-email-spenser@gillilanding.com> Subject: [Buildroot] [PATCH v2 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