Skip to content

Commit

Permalink
toolchain: binutils: switch to version 2.42 by default
Browse files Browse the repository at this point in the history
Change the default binutils version to 2.42.

Tested-by: Jonathan Lancett <[email protected]>
Tested-by: Andre Heider <[email protected]>
Signed-off-by: Nick Hainke <[email protected]>
  • Loading branch information
PolynomialDivision authored and hauke committed Apr 28, 2024
1 parent a638d01 commit c390c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toolchain/binutils/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

choice
prompt "Binutils Version" if TOOLCHAINOPTS
default BINUTILS_USE_VERSION_2_40
default BINUTILS_USE_VERSION_2_42
help
Select the version of binutils you wish to use.

Expand Down
2 changes: 1 addition & 1 deletion toolchain/binutils/Config.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ config BINUTILS_VERSION_2_39
bool

config BINUTILS_VERSION_2_40
default y if !TOOLCHAINOPTS
bool

config BINUTILS_VERSION_2_41
bool

config BINUTILS_VERSION_2_42
default y if !TOOLCHAINOPTS
bool

config BINUTILS_VERSION
Expand Down

0 comments on commit c390c6c

Please sign in to comment.