Commit 1445b7fd authored by Mischa Jonker's avatar Mischa Jonker Committed by Peter Korsgaard
Browse files

arc: Add option for ARC-specific download site



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: default avatarMischa Jonker <mjonker@synopsys.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 14f48861
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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/"