From: Peter Korsgaard Date: Tue, 30 Mar 2010 15:05:02 +0000 (+0200) Subject: binutils: simplify BINUTILS_SITE selection X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8628082b83110acad71c27b79edd5f5345c405b0;p=buildroot.git binutils: simplify BINUTILS_SITE selection All versions are available on gnu.org. Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index b02bcdf3a3..3f48c18aab 100644 --- a/toolchain/binutils/binutils.mk +++ b/toolchain/binutils/binutils.mk @@ -6,27 +6,10 @@ 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 -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 -ifeq ($(BINUTILS_VERSION),2.18) -BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ -endif -ifeq ($(BINUTILS_VERSION),2.17) -BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ -endif ifeq ($(findstring avr32,$(BINUTILS_VERSION)),avr32) BINUTILS_SITE:=ftp://www.at91.com/pub/buildroot/ +else +BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ endif # We do not rely on the host's gmp/mpfr but use a known working one