binutils: use binutils 2.25.1 by default
Recent commit 5eb37d6adc
broke the build
by default to binutils 2.25 for the target, while we only have hashes
for 2.25.1. Use 2.25.1 instead.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
bd3cbf3e56
commit
457eb9c9ae
@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
|
||||
ifeq ($(BR2_arc),y)
|
||||
BINUTILS_VERSION = arc-2015.12
|
||||
else
|
||||
BINUTILS_VERSION = 2.25
|
||||
BINUTILS_VERSION = 2.25.1
|
||||
endif
|
||||
endif # BINUTILS_VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user