mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
binutils: switch to use 2.28.x as the default version
Now that binutils 2.29 has been released, it is time to move to binutils 2.28.x as the default binutils version, instead of 2.27. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
|
||||
ifeq ($(BR2_arc),y)
|
||||
BINUTILS_VERSION = arc-2017.03
|
||||
else
|
||||
BINUTILS_VERSION = 2.27
|
||||
BINUTILS_VERSION = 2.28.1
|
||||
endif
|
||||
endif # BINUTILS_VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user