From: Mike Frysinger Date: Thu, 24 Aug 2006 03:40:11 +0000 (-0000) Subject: add URL for binutils 2.17 #1002 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b53879123f417c7fb73e34183ce33b288b2750f;p=buildroot.git add URL for binutils 2.17 #1002 --- diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index fecc196796..2df68bd0fe 100644 --- a/toolchain/binutils/binutils.mk +++ b/toolchain/binutils/binutils.mk @@ -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