mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
binutils: use binutils 2.25.1 by default
Recent commit 5eb37d6adcfef996f1cd71effec8c2af42c0aed3 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)
|
ifeq ($(BR2_arc),y)
|
||||||
BINUTILS_VERSION = arc-2015.12
|
BINUTILS_VERSION = arc-2015.12
|
||||||
else
|
else
|
||||||
BINUTILS_VERSION = 2.25
|
BINUTILS_VERSION = 2.25.1
|
||||||
endif
|
endif
|
||||||
endif # BINUTILS_VERSION
|
endif # BINUTILS_VERSION
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user