summaryrefslogtreecommitdiff
path: root/toolchain/binutils/binutils.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2010-03-29 11:58:41 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-03-30 16:47:03 +0200
commit5c36fdfe84a26c8ada225839e44dd8a3e646cf63 (patch)
tree3f735b7d71325874348994200302e7e98cd32ca4 /toolchain/binutils/binutils.mk
parentc772e2c1554f8a58d781898c91d84b94d8e731d3 (diff)
binutils: add 2.20.1
Closes #1441 [Peter: use gnu.org upstream] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/binutils/binutils.mk')
-rw-r--r--toolchain/binutils/binutils.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk
index 77e7d3d51..b02bcdf3a 100644
--- a/toolchain/binutils/binutils.mk
+++ b/toolchain/binutils/binutils.mk
@@ -7,6 +7,9 @@ BINUTILS_VERSION:=$(call qstrip,$(BR2_BINUTILS_VERSION))
EXTRA_BINUTILS_CONFIG_OPTIONS=$(call qstrip,$(BR2_EXTRA_BINUTILS_CONFIG_OPTIONS))
BINUTILS_SITE:=$(BR2_KERNEL_MIRROR)/linux/devel/binutils
+ifeq ($(BINUTILS_VERSION),2.20.1)
+BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
+endif
ifeq ($(BINUTILS_VERSION),2.20)
BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
endif