add URL for binutils 2.17 #1002
authorMike Frysinger <vapier@gentoo.org>
Thu, 24 Aug 2006 03:40:11 +0000 (03:40 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 24 Aug 2006 03:40:11 +0000 (03:40 -0000)
toolchain/binutils/binutils.mk

index fecc196796c48537e18ea43469bbc86613c7cdb2..2df68bd0fed62c36c352e468a699bc6a72ba5961 100644 (file)
@@ -8,6 +8,9 @@ BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION)))
 EXTRA_BINUTILS_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_BINUTILS_CONFIG_OPTIONS)))
 #"
 BINUTILS_SITE:=ftp://ftp.kernel.org/pub/linux/devel/binutils
+ifeq ($(BINUTILS_VERSION),2.17)
+BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
+endif
 ifeq ($(BINUTILS_VERSION),2.16)
 BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
 endif