gcc: re-add upstream URL for arc specific gcc variant
Got dropped in the gcc -> packages work. Fixes http://autobuild.buildroot.net/results/08e/08e8149c9889141d644896e1fd3e0d2f14299033/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8507f38e88
commit
a74eed0675
@ -19,6 +19,8 @@ ifneq ($(GCC_SNAP_DATE),)
|
||||
GCC_SITE = ftp://gcc.gnu.org/pub/gcc/snapshots/$(GCC_SNAP_DATE)/
|
||||
else ifeq ($(findstring avr32,$(GCC_VERSION)),avr32)
|
||||
GCC_SITE = ftp://www.at91.com/pub/buildroot/
|
||||
else ifeq ($(findstring arc,$(GCC_VERSION)),arc)
|
||||
GCC_SITE = $(BR2_ARC_SITE)
|
||||
else
|
||||
GCC_SITE = $(BR2_GNU_MIRROR:/=)/gcc/gcc-$(GCC_VERSION)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user