From patchwork Wed Nov 13 21:28: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: 291045 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 98A6C2C00A1 for ; Thu, 14 Nov 2013 08:29:06 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D1D809362D; Wed, 13 Nov 2013 21:29:05 +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 uba7G7jirWtm; Wed, 13 Nov 2013 21:29:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 998F9931DD; Wed, 13 Nov 2013 21:29:04 +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 C72411BF838 for ; Wed, 13 Nov 2013 21:29:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C23B0848E4 for ; Wed, 13 Nov 2013 21:29:02 +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 NHbKjx6U-7aY for ; Wed, 13 Nov 2013 21:29:02 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com [209.85.223.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3D17984785 for ; Wed, 13 Nov 2013 21:29:02 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id to1so1439608ieb.31 for ; Wed, 13 Nov 2013 13:29:01 -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=rLC1Lmoqav5DvkYyNyODoTlpadggOHZ+3IIpdbHATOc=; b=OPo73dTZ7FPYdR9wXxLXbW1aPu8jSrlG37QeOLcxrXLN1CTG+zmEFoaZv7jJYBCH/Z l6bTWUouNIFTpIQIc91YSeXs1LOYrqgKNIcWT1S8ORYBniB/KzySodUobhdeZB8AiqIN PFj5H5uf0Z1aqwmdc9Mw5O4wyWhbK/tMRtKMMFSTYK6XPTj/3g7a0Ffx53U8Y06xZ6Tn gC5m1JYIu3WvWyB6EI25KgKv7zSoqyvj30Okz2DRMYU3Z6gpXWpdWAtwz966EYfcRDth wTpnM/Dh/HHpjld0QBnu36HEc6lPTQQbN3sfysa0qWnpaI5Lpni5MH3REnTlYySnTnPC jLYw== X-Gm-Message-State: ALoCoQm5egVZ4XBAHxqTZY+0P/bCpwp/oR6uQ/oya5r+8FMS+JX2PrYporaaG12/fyo/pPgWUi2G X-Received: by 10.50.26.70 with SMTP id j6mr20111908igg.24.1384378141746; Wed, 13 Nov 2013 13:29:01 -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.28.59 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 13 Nov 2013 13:28:59 -0800 (PST) From: Spenser Gilliland To: buildroot@busybox.net Date: Wed, 13 Nov 2013 15:28:44 -0600 Message-Id: <1384378130-8599-2-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 1/7] binutils: 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/binutils/Config.in.host | 2 ++ package/binutils/binutils.mk | 4 ++++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index 2989e6e..c125c25 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -3,6 +3,7 @@ comment "Binutils Options" choice prompt "Binutils Version" depends on !BR2_arc + depends on !BR2_microblaze default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh) default BR2_BINUTILS_VERSION_2_22 help @@ -45,6 +46,7 @@ config BR2_BINUTILS_VERSION string default "2.18-avr32-1.0.1" if BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1 default "0c824ba511fa9b028220eb3c39b566af89ac9dda" if BR2_arc + default "8351467c933d277ebea0c8d99ad2b65b5f7b6bc2" if BR2_microblaze default "2.20.1" if BR2_BINUTILS_VERSION_2_20_1 default "2.21" if BR2_BINUTILS_VERSION_2_21 default "2.21.1" if BR2_BINUTILS_VERSION_2_21_1 diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index b8d7c69..4464b7f 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -27,6 +27,10 @@ ifeq ($(BR2_arc),y) BINUTILS_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,binutils,$(BINUTILS_VERSION)) BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz endif +ifeq ($(BR2_microblaze),y) +BINUTILS_SITE = $(call github,Xilinx,binutils,$(BINUTILS_VERSION)) +BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz +endif BINUTILS_SITE ?= $(BR2_GNU_MIRROR)/binutils BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.bz2 BINUTILS_EXTRA_CONFIG_OPTIONS = $(call qstrip,$(BR2_BINUTILS_EXTRA_CONFIG_OPTIONS))