From: Mischa Jonker <Mischa.Jonker@synopsys.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/7] binutils: arc: Use git instead of website
Date: Tue, 12 Nov 2013 14:26:15 +0100 [thread overview]
Message-ID: <1384262780-12743-3-git-send-email-mjonker@synopsys.com> (raw)
In-Reply-To: <1384262780-12743-1-git-send-email-mjonker@synopsys.com>
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
---
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
--
1.7.9.5
next prev parent reply other threads:[~2013-11-12 13:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-12 13:26 [Buildroot] [PATCH 0/7] RFC: Move to github as source for ARC-specific packages Mischa Jonker
2013-11-12 13:26 ` [Buildroot] [PATCH 1/7] gdb: arc: Use git instead of website Mischa Jonker
2013-11-12 21:37 ` Thomas Petazzoni
2013-11-12 21:40 ` Mischa Jonker
2013-11-12 21:52 ` Thomas Petazzoni
2013-11-12 13:26 ` Mischa Jonker [this message]
2013-11-12 13:26 ` [Buildroot] [PATCH 3/7] gcc: arc: Download from github instead of Synopsys website Mischa Jonker
2013-11-12 13:26 ` [Buildroot] [PATCH 4/7] uclibc: arc: Use git instead of website Mischa Jonker
2013-11-12 13:26 ` [Buildroot] [PATCH 5/7] gcc: remove ARC-specific patches Mischa Jonker
2013-11-12 17:03 ` Arnout Vandecappelle
2013-11-12 13:26 ` [Buildroot] [PATCH 6/7] uclibc: " Mischa Jonker
2013-11-12 13:26 ` [Buildroot] [PATCH 7/7] Revert "arc: Add option for ARC-specific download site" Mischa Jonker
2013-11-12 14:59 ` [Buildroot] [PATCH 0/7] RFC: Move to github as source for ARC-specific packages Spenser Gilliland
2013-11-12 15:07 ` Thomas De Schampheleire
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1384262780-12743-3-git-send-email-mjonker@synopsys.com \
--to=mischa.jonker@synopsys.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox