binutils: Use version 2.29.1 by default
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
092d75aa3e
commit
c7ced2f4a4
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
choice
|
||||
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
|
||||
help
|
||||
Select the version of binutils you wish to use.
|
||||
|
|
|
@ -2,7 +2,6 @@ config BINUTILS_VERSION_2_27
|
|||
bool
|
||||
|
||||
config BINUTILS_VERSION_2_28
|
||||
default y if (!TOOLCHAINOPTS && !arc)
|
||||
bool
|
||||
|
||||
config BINUTILS_VERSION_2_29_ARC
|
||||
|
@ -10,6 +9,7 @@ config BINUTILS_VERSION_2_29_ARC
|
|||
bool
|
||||
|
||||
config BINUTILS_VERSION_2_29_1
|
||||
default y if (!TOOLCHAINOPTS && !arc)
|
||||
bool
|
||||
|
||||
config BINUTILS_VERSION_2_30
|
||||
|
|
Loading…
Reference in a new issue