]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
arc: Add option for ARC-specific download site
authorMischa Jonker <mischa.jonker@synopsys.com>
Thu, 2 May 2013 09:51:24 +0000 (09:51 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 4 May 2013 21:03:38 +0000 (23:03 +0200)
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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
arch/Config.in.arc

index 60b59f03199437b36b1e9b194695898a04bfb9a2..9f68b46965ac7d98fe7f83c6311605f5885fb077 100644 (file)
@@ -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/"