From patchwork Tue Nov 12 13:26:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mischa Jonker X-Patchwork-Id: 290635 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 151362C00E9 for ; Wed, 13 Nov 2013 00:27:05 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 72FB931B64; Tue, 12 Nov 2013 13:27:03 +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 O4-VepVQonXz; Tue, 12 Nov 2013 13:26:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5CC2A330C9; Tue, 12 Nov 2013 13:26:43 +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 3DD1F1BF86D for ; Tue, 12 Nov 2013 13:26:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2FAF98D305 for ; Tue, 12 Nov 2013 13:26:39 +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 vKbkGIOA+afm for ; Tue, 12 Nov 2013 13:26:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from kiruna.synopsys.com (us01smtp2.synopsys.com [198.182.44.80]) by whitealder.osuosl.org (Postfix) with ESMTP id A2B188D300 for ; Tue, 12 Nov 2013 13:26:38 +0000 (UTC) Received: from WBSNus02mta1 (us02secmta1.synopsys.com [10.12.235.96]) by kiruna.synopsys.com (Postfix) with ESMTP id EC1F6F2AA for ; Tue, 12 Nov 2013 05:26:37 -0800 (PST) Received: from us02secmta1.internal.synopsys.com (us02secmta1.internal.synopsys.com [127.0.0.1]) by us02secmta1.internal.synopsys.com (Service) with ESMTP id DC2D24E213 for ; Tue, 12 Nov 2013 05:26:37 -0800 (PST) Received: from mailhost.synopsys.com (mailhost3.synopsys.com [10.12.238.238]) by us02secmta1.internal.synopsys.com (Service) with ESMTP id C17974E202 for ; Tue, 12 Nov 2013 05:26:37 -0800 (PST) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id B67EB19A; Tue, 12 Nov 2013 05:26:37 -0800 (PST) Received: from mischa-VirtualBox.internal.synopsys.com (mischa-virtualbox.internal.synopsys.com [10.100.24.54]) by mailhost.synopsys.com (Postfix) with ESMTP id DFB1B199; Tue, 12 Nov 2013 05:26:36 -0800 (PST) From: Mischa Jonker To: buildroot@busybox.net Date: Tue, 12 Nov 2013 14:26:15 +0100 Message-Id: <1384262780-12743-3-git-send-email-mjonker@synopsys.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1384262780-12743-1-git-send-email-mjonker@synopsys.com> References: <1384262780-12743-1-git-send-email-mjonker@synopsys.com> Cc: Mischa Jonker Subject: [Buildroot] [PATCH 2/7] binutils: arc: Use git instead of website 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: Mischa Jonker --- package/binutils/Config.in.host | 2 +- package/binutils/binutils.mk | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index 8f19597..77daffc 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -44,7 +44,7 @@ endchoice config BR2_BINUTILS_VERSION string default "2.18-avr32-1.0.1" if BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1 - default "2.23.2-arc" if BR2_arc + default "0c824ba511" if BR2_arc 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 f1723b2..53364cc 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -27,7 +27,8 @@ ifeq ($(ARCH),avr32) BINUTILS_SITE = ftp://www.at91.com/pub/buildroot endif ifeq ($(BR2_arc),y) -BINUTILS_SITE = $(BR2_ARC_SITE) +BINUTILS_SITE = git://github.com/foss-for-synopsys-dwc-arc-processors/binutils.git +BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz endif BINUTILS_EXTRA_CONFIG_OPTIONS = $(call qstrip,$(BR2_BINUTILS_EXTRA_CONFIG_OPTIONS)) BINUTILS_INSTALL_STAGING = YES