diff mbox

[v4,03/12] arc: Add option for ARC-specific download site

Message ID 1367524293-32081-4-git-send-email-mjonker@synopsys.com
State Accepted
Headers show

Commit Message

Mischa Jonker May 2, 2013, 7:51 p.m. UTC
As ARC support is not yet in all upstream packages, a different location is
required to download the packages from. This adds an option to specify a
site for ARC-specific versions of packages such as binutils, gcc.

When ARC support has been upstreamed for all packages, this option can be
removed again.

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
---
 arch/Config.in.arc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Comments

Peter Korsgaard May 4, 2013, 9:04 p.m. UTC | #1
>>>>> "Mischa" == Mischa Jonker <Mischa.Jonker@synopsys.com> writes:

 Mischa> As ARC support is not yet in all upstream packages, a different
 Mischa> location is required to download the packages from. This adds
 Mischa> an option to specify a site for ARC-specific versions of
 Mischa> packages such as binutils, gcc.

 Mischa> When ARC support has been upstreamed for all packages, this
 Mischa> option can be removed again.

 Mischa> Signed-off-by: Mischa Jonker <mjonker@synopsys.com>

Committed, thanks.
diff mbox

Patch

diff --git a/arch/Config.in.arc b/arch/Config.in.arc
index 60b59f0..9f68b46 100644
--- a/arch/Config.in.arc
+++ b/arch/Config.in.arc
@@ -12,3 +12,7 @@  config BR2_ENDIAN
 
 config BR2_GCC_TARGET_CPU
 	default "arc700"
+
+config BR2_ARC_SITE
+	string
+	default "http://www.synopsys.com/apps/arc-developer/"