mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/binutils: switch to 2.35.x as the default version
Now that 2.36 has been released, let's use 2.35.x as the default binutils version. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
5366ea523b
commit
eb2143dcec
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
|
||||
ifeq ($(BR2_arc),y)
|
||||
BINUTILS_VERSION = arc-2020.09-release
|
||||
else
|
||||
BINUTILS_VERSION = 2.34
|
||||
BINUTILS_VERSION = 2.35.2
|
||||
endif
|
||||
endif # BINUTILS_VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user