Browse Source

package/binutils: make 2.42 the default version

Now that 2.43 has been introduced, let's make 2.42 the latest version,
following the traditional Buildroot policy.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Waldemar Brodkorb 1 year ago
parent
commit
5219cd2a4d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/binutils/Config.in.host
  2. 1 1
      package/binutils/binutils.mk

+ 1 - 1
package/binutils/Config.in.host

@@ -7,7 +7,7 @@ config BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
 
 
 choice
 choice
 	prompt "Binutils Version"
 	prompt "Binutils Version"
-	default BR2_BINUTILS_VERSION_2_41_X if !BR2_arc
+	default BR2_BINUTILS_VERSION_2_42_X if !BR2_arc
 	default BR2_BINUTILS_VERSION_ARC if BR2_arc
 	default BR2_BINUTILS_VERSION_ARC if BR2_arc
 	help
 	help
 	  Select the version of binutils you wish to use.
 	  Select the version of binutils you wish to use.

+ 1 - 1
package/binutils/binutils.mk

@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2023.09-release
 BINUTILS_VERSION = arc-2023.09-release
 else
 else
-BINUTILS_VERSION = 2.41
+BINUTILS_VERSION = 2.42
 endif
 endif
 endif # BINUTILS_VERSION
 endif # BINUTILS_VERSION