From 96dbf8aad4696305d435911399810ee662d2d532 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 3 Mar 2009 22:09:50 +0000 Subject: binutils: add 2.19.1 --- toolchain/binutils/binutils.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/binutils/binutils.mk') diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index 69819153d..278825216 100644 --- a/toolchain/binutils/binutils.mk +++ b/toolchain/binutils/binutils.mk @@ -9,6 +9,9 @@ BINUTILS_VERSION:=$(subst ",,$(BR2_BINUTILS_VERSION)) EXTRA_BINUTILS_CONFIG_OPTIONS=$(strip $(subst ",, $(BR2_EXTRA_BINUTILS_CONFIG_OPTIONS))) #")) BINUTILS_SITE:=$(BR2_KERNEL_MIRROR)/linux/devel/binutils +ifeq ($(BINUTILS_VERSION),2.19.1) +BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ +endif ifeq ($(BINUTILS_VERSION),2.19) BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ endif -- cgit v1.2.3