mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/binutils: switch to use 2.31.x as the default version
Now that binutils 2.32 has been released, it is time to move to binutils 2.31.x as the default binutils version, instead of 2.29.1. Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
af839d25cb
commit
f786c8a6ec
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
|
||||
ifeq ($(BR2_arc),y)
|
||||
BINUTILS_VERSION = arc-2018.09-release
|
||||
else
|
||||
BINUTILS_VERSION = 2.29.1
|
||||
BINUTILS_VERSION = 2.31.1
|
||||
endif
|
||||
endif # BINUTILS_VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user