From patchwork Wed Jan 8 16:33:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 308376 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 7C5092C00AD for ; Thu, 9 Jan 2014 03:38:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B23118C870; Wed, 8 Jan 2014 16:38:53 +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 JSJtoLtlbE5R; Wed, 8 Jan 2014 16:38:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D03258C85E; Wed, 8 Jan 2014 16:38:52 +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 0060B1C28CB for ; Wed, 8 Jan 2014 16:38:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EC9108C85D for ; Wed, 8 Jan 2014 16:38:50 +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 TMWuKeSJpqde for ; Wed, 8 Jan 2014 16:38:50 +0000 (UTC) X-Greylist: delayed 00:05:33 by SQLgrey-1.7.6 Received: from mail-gg0-f178.google.com (mail-gg0-f178.google.com [209.85.161.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4E42D8C85E for ; Wed, 8 Jan 2014 16:38:50 +0000 (UTC) Received: by mail-gg0-f178.google.com with SMTP id n5so443147ggj.37 for ; Wed, 08 Jan 2014 08:38:49 -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=gzRcOvv9E6idWdUHUuefnZPG+e98w1+p6dEnFtRntAk=; b=F6ohv/S4N8dElIlqFK8Y0aj8whf6sW2bTdSUhfxdEKYtJPe4CJRPfUBQw0+vii3682 dj2oilAq+9rpbNfh8pG0OoDLzMfvTVJuU0o5iPZqdbAYpy/3+D5qQeUPNV0f4BRkvfTG VfhcJHpKsa+kDvz6YqUN0M4LSu8ipLaDxnXpsqY0pXMd5bbeejhAfaFzJ5jASJwhD07n cVhQqaCuObD8EliVvf8F64apSH+dCLefh9uxYTGMAYI9msJXFN0RWaigBI5CmoV/9n9R bQJqgUYlm7dYK+BefO+dbyx8ja+W6v2J7UgX9JRfXdCaRzRMVOPaV3V0I+WmALpURt+H Ke8w== X-Gm-Message-State: ALoCoQm/OXIfndgRnLvf+s2r5aJQGZ0TozsaECpN8VHe1nV3tjkPRMYrvelji/9q4rmmKEmlktae X-Received: by 10.236.148.107 with SMTP id u71mr5531652yhj.150.1389198793597; Wed, 08 Jan 2014 08:33:13 -0800 (PST) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id e50sm2125178yhd.26.2014.01.08.08.33.12 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 Jan 2014 08:33:12 -0800 (PST) From: Spenser Gilliland To: buildroot@busybox.net Date: Wed, 8 Jan 2014 10:33:02 -0600 Message-Id: <1389198785-11923-2-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1389198785-11923-1-git-send-email-spenser@gillilanding.com> References: <1389198785-11923-1-git-send-email-spenser@gillilanding.com> Subject: [Buildroot] [PATCH 1/4] gdb: use consistent version on host and target for microblaze and arc 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 Currently, the version of gdb used on the host and the target are different for microblaze and arc. This is fixed by using a different method to specify the version. This fixes autobuild failure http://autobuild.buildroot.net/results/554/5547456a42cdd21892bba665a15d96cdbb5b1b26//build-end.log Signed-off-by: Spenser Gilliland --- package/gdb/Config.in.host | 2 -- package/gdb/gdb.mk | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index de0e0be..f446384 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -59,7 +59,5 @@ config BR2_GDB_VERSION default "7.3.1" if BR2_GDB_VERSION_7_3 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 d06b61b..94d8302 100644 --- a/package/gdb/gdb.mk +++ b/package/gdb/gdb.mk @@ -16,6 +16,10 @@ ifeq ($(BR2_bfin),y) GDB_VERSION = 6.6a else ifeq ($(BR2_avr32),y) GDB_VERSION = 6.7.1-avr32-2.1.5 +else ifeq ($(BR2_microblaze),y) +GDB_VERSION = 0d0b89a88104785cee93d27074e15118bf14fac1 +else ifeq ($(BR2_arc),y) +GDB_VERSION = f25a1952afd054205f9471e449c1f7ca5b271b7c else GDB_VERSION = 7.5.1 endif