X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fbinutils%2FMakefile;h=1b205715e348b865962c0dce57f0d34ec3370380;hb=447f925ff9e0bca059a62ca97a142da70a38f880;hp=e3bee5da17da189de87006ea757438f44261ec61;hpb=955e03f23ad5f2e8b61b256a7147a9f403583381;p=openwrt-10.03%2F.git diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index e3bee5da1..1b205715e 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -13,29 +13,15 @@ BINUTILS_SITE:=http://www.fr.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) -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 -ifeq ($(BINUTILS_VERSION),2.14) -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 -ifeq ($(BINUTILS_VERSION),2.13) -BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/ \ +BINUTILS_STABLE_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/ + +ifeq ($(BINUTILS_VERSION),2.16.1) +BINUTILS_SITE:=$(BINUTILS_STABLE_SITE) endif BINUTILS_SOURCE:=binutils-$(BINUTILS_VERSION).tar.bz2