mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-09 23:59:20 +02:00
add mirrors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@399 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
01c6f2f12c
commit
4e6682d03b
@ -5,15 +5,33 @@
|
|||||||
#############################################################
|
#############################################################
|
||||||
BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION)))
|
BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION)))
|
||||||
|
|
||||||
BINUTILS_SITE:=http://ftp.kernel.org/pub/linux/devel/binutils
|
BINUTILS_SITE:=http://www.fr.kernel.org/pub/linux/devel/binutils \
|
||||||
|
http://www.fi.kernel.org/pub/linux/devel/binutils \
|
||||||
|
http://ftp.kernel.org/pub/linux/devel/binutils \
|
||||||
|
http://www.de.kernel.org/pub/linux/devel/binutils
|
||||||
ifeq ($(BINUTILS_VERSION),2.15)
|
ifeq ($(BINUTILS_VERSION),2.15)
|
||||||
BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/
|
BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/ \
|
||||||
|
ftp://gatekeeper.dec.com/pub/GNU/ \
|
||||||
|
ftp://ftp.uu.net/archive/systems/gnu/ \
|
||||||
|
ftp://ftp.eu.uu.net/pub/gnu/ \
|
||||||
|
ftp://ftp.funet.fi/pub/gnu/prep/ \
|
||||||
|
ftp://ftp.leo.org/pub/comp/os/unix/gnu/
|
||||||
endif
|
endif
|
||||||
ifeq ($(BINUTILS_VERSION),2.14)
|
ifeq ($(BINUTILS_VERSION),2.14)
|
||||||
BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/
|
BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/ \
|
||||||
|
ftp://gatekeeper.dec.com/pub/GNU/ \
|
||||||
|
ftp://ftp.uu.net/archive/systems/gnu/ \
|
||||||
|
ftp://ftp.eu.uu.net/pub/gnu/ \
|
||||||
|
ftp://ftp.funet.fi/pub/gnu/prep/ \
|
||||||
|
ftp://ftp.leo.org/pub/comp/os/unix/gnu/
|
||||||
endif
|
endif
|
||||||
ifeq ($(BINUTILS_VERSION),2.13)
|
ifeq ($(BINUTILS_VERSION),2.13)
|
||||||
BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/
|
BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/ \
|
||||||
|
ftp://gatekeeper.dec.com/pub/GNU/ \
|
||||||
|
ftp://ftp.uu.net/archive/systems/gnu/ \
|
||||||
|
ftp://ftp.eu.uu.net/pub/gnu/ \
|
||||||
|
ftp://ftp.funet.fi/pub/gnu/prep/ \
|
||||||
|
ftp://ftp.leo.org/pub/comp/os/unix/gnu/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BINUTILS_SOURCE:=binutils-$(BINUTILS_VERSION).tar.bz2
|
BINUTILS_SOURCE:=binutils-$(BINUTILS_VERSION).tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user