diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-02-14 10:23:10 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-14 17:44:12 +0100 |
commit | a645f61b0eb40423cee3ccf1bd1d5d61ac89be5e (patch) | |
tree | fe7eac5993b543feebb277ddbcba85122144faa2 /package/binutils/binutils.mk | |
parent | 5272eabd61c43e399221658c597efaf9eb23e378 (diff) | |
download | buildroot-a645f61b0eb40423cee3ccf1bd1d5d61ac89be5e.tar.gz buildroot-a645f61b0eb40423cee3ccf1bd1d5d61ac89be5e.zip |
package/binutils: avr32 is gone
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils/binutils.mk')
-rw-r--r-- | package/binutils/binutils.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index c3b3c18afd..9e992533f3 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -8,17 +8,9 @@ # If not, we do like other packages BINUTILS_VERSION = $(call qstrip,$(BR2_BINUTILS_VERSION)) ifeq ($(BINUTILS_VERSION),) -ifeq ($(BR2_avr32),y) -# avr32 uses a special version -BINUTILS_VERSION = 2.18-avr32-1.0.1 -else BINUTILS_VERSION = 2.22 endif -endif -ifeq ($(ARCH),avr32) -BINUTILS_SITE = ftp://www.at91.com/pub/buildroot -endif ifeq ($(BR2_arc),y) BINUTILS_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,binutils-gdb,$(BINUTILS_VERSION)) BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz |