2017-10-14 19:28:11 +00:00
|
|
|
config BINUTILS_VERSION_2_29_1
|
|
|
|
bool
|
|
|
|
|
2018-07-20 18:29:47 +00:00
|
|
|
config BINUTILS_VERSION_2_31_1
|
2018-08-17 21:40:29 +00:00
|
|
|
default y if (!TOOLCHAINOPTS && !arc)
|
2018-07-20 18:29:47 +00:00
|
|
|
bool
|
|
|
|
|
2019-02-09 01:22:02 +00:00
|
|
|
config BINUTILS_VERSION_2_32
|
2019-02-27 10:00:08 +00:00
|
|
|
default y if (!TOOLCHAINOPTS && arc)
|
2019-02-09 01:22:02 +00:00
|
|
|
bool
|
|
|
|
|
2020-02-03 15:30:06 +00:00
|
|
|
config BINUTILS_VERSION_2_34
|
|
|
|
default y if (!TOOLCHAINOPTS && arc)
|
|
|
|
bool
|
|
|
|
|
2015-11-10 12:03:59 +00:00
|
|
|
config BINUTILS_VERSION
|
|
|
|
string
|
2020-02-03 15:30:06 +00:00
|
|
|
default "2.29.1" if BINUTILS_VERSION_2_29_1
|
|
|
|
default "2.31.1" if BINUTILS_VERSION_2_31_1
|
|
|
|
default "2.32" if BINUTILS_VERSION_2_32
|
|
|
|
default "2.34" if BINUTILS_VERSION_2_34
|