Commit e4fba586 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

binutils: fix build with external toolchains on avr32

parent b07ad40c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8,8 +8,13 @@
# 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.21
endif
endif

BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.bz2
BINUTILS_SITE = $(BR2_GNU_MIRROR)/binutils