瀏覽代碼

add URL for binutils 2.17 #1002

Mike Frysinger 19 年之前
父節點
當前提交
4b53879123
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      toolchain/binutils/binutils.mk

+ 3 - 0
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