diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-11 18:54:17 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-11 18:54:17 +0000 |
commit | 25a7363f5d79166f0905c3f7bec67b54c4781d38 (patch) | |
tree | 243b8e1cff9590c4727d34a8d8b0aba698add3a0 /toolchain/binutils | |
parent | a199616e780f4bf25f7d7a8bfad6cf2086dc6929 (diff) |
buildroot: use BR2_KERNEL_MIRROR everywhere
Based on patch by Nigel Kukard.
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/binutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index 1ccb7b22d..81adb783b 100644 --- a/toolchain/binutils/binutils.mk +++ b/toolchain/binutils/binutils.mk @@ -8,7 +8,7 @@ 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 +BINUTILS_SITE:=$(BR2_KERNEL_MIRROR)/linux/devel/binutils ifeq ($(BINUTILS_VERSION),2.18) BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ endif |