Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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.
bool
config BINUTILS_VERSION_2_28
- default y if (!TOOLCHAINOPTS && !arc)
bool
config BINUTILS_VERSION_2_29_ARC
bool
config BINUTILS_VERSION_2_29_1
+ default y if (!TOOLCHAINOPTS && !arc)
bool
config BINUTILS_VERSION_2_30