2018-01-24 17:26:03 +00:00
|
|
|
config BINUTILS_VERSION_2_29_ARC
|
2015-11-10 12:03:59 +00:00
|
|
|
default y if (!TOOLCHAINOPTS && arc)
|
|
|
|
bool
|
|
|
|
|
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
|
|
|
|
bool
|
|
|
|
|
2015-11-10 12:03:59 +00:00
|
|
|
config BINUTILS_VERSION
|
|
|
|
string
|
2017-10-14 19:28:11 +00:00
|
|
|
default "2.29.1" if BINUTILS_VERSION_2_29_1
|
2018-07-20 18:29:47 +00:00
|
|
|
default "2.31.1" if BINUTILS_VERSION_2_31_1
|
2019-02-09 01:22:02 +00:00
|
|
|
default "2.32" if BINUTILS_VERSION_2_32
|
2018-01-24 17:26:03 +00:00
|
|
|
default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC
|