Skip to content
Snippets Groups Projects
Commit c7ced2f4 authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by Felix Fietkau
Browse files

binutils: Use version 2.29.1 by default


Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent 092d75aa
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
choice choice
prompt "Binutils Version" if TOOLCHAINOPTS prompt "Binutils Version" if TOOLCHAINOPTS
default BINUTILS_USE_VERSION_2_28 if !arc default BINUTILS_USE_VERSION_2_29_1 if !arc
default BINUTILS_USE_VERSION_2_29_ARC if arc default BINUTILS_USE_VERSION_2_29_ARC if arc
help help
Select the version of binutils you wish to use. Select the version of binutils you wish to use.
......
...@@ -2,7 +2,6 @@ config BINUTILS_VERSION_2_27 ...@@ -2,7 +2,6 @@ config BINUTILS_VERSION_2_27
bool bool
config BINUTILS_VERSION_2_28 config BINUTILS_VERSION_2_28
default y if (!TOOLCHAINOPTS && !arc)
bool bool
config BINUTILS_VERSION_2_29_ARC config BINUTILS_VERSION_2_29_ARC
...@@ -10,6 +9,7 @@ config BINUTILS_VERSION_2_29_ARC ...@@ -10,6 +9,7 @@ config BINUTILS_VERSION_2_29_ARC
bool bool
config BINUTILS_VERSION_2_29_1 config BINUTILS_VERSION_2_29_1
default y if (!TOOLCHAINOPTS && !arc)
bool bool
config BINUTILS_VERSION_2_30 config BINUTILS_VERSION_2_30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment