浏览代码

Download using ftp instead of http from ftp sites

Peter Korsgaard 19 年之前
父节点
当前提交
573fe2752b
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      toolchain/binutils/binutils.mk

+ 6 - 6
toolchain/binutils/binutils.mk

@@ -7,21 +7,21 @@ BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION)))
 
 
 EXTRA_BINUTILS_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_BINUTILS_CONFIG_OPTIONS)))
 EXTRA_BINUTILS_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_BINUTILS_CONFIG_OPTIONS)))
 #"
 #"
-BINUTILS_SITE:=http://ftp.kernel.org/pub/linux/devel/binutils
+BINUTILS_SITE:=ftp://ftp.kernel.org/pub/linux/devel/binutils
 ifeq ($(BINUTILS_VERSION),2.16)
 ifeq ($(BINUTILS_VERSION),2.16)
-BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/
+BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
 endif
 endif
 ifeq ($(BINUTILS_VERSION),2.16.1)
 ifeq ($(BINUTILS_VERSION),2.16.1)
-BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/
+BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
 endif
 endif
 ifeq ($(BINUTILS_VERSION),2.15)
 ifeq ($(BINUTILS_VERSION),2.15)
-BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/
+BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
 endif
 endif
 ifeq ($(BINUTILS_VERSION),2.14)
 ifeq ($(BINUTILS_VERSION),2.14)
-BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/
+BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
 endif
 endif
 ifeq ($(BINUTILS_VERSION),2.13)
 ifeq ($(BINUTILS_VERSION),2.13)
-BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/
+BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
 endif
 endif
 ifeq ($(BINUTILS_VERSION),2.15.97)
 ifeq ($(BINUTILS_VERSION),2.15.97)
 BINUTILS_SITE:=ftp://sources.redhat.com/pub/binutils/snapshots/
 BINUTILS_SITE:=ftp://sources.redhat.com/pub/binutils/snapshots/