2016-10-10 09:27:48 +00:00
|
|
|
config BINUTILS_VERSION_2_27
|
|
|
|
bool
|
|
|
|
|
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
|
2018-03-04 20:04:58 +00:00
|
|
|
default y if (!TOOLCHAINOPTS && !arc)
|
2017-10-14 19:28:11 +00:00
|
|
|
bool
|
|
|
|
|
2018-03-08 10:21:58 +00:00
|
|
|
config BINUTILS_VERSION_2_30
|
|
|
|
bool
|
|
|
|
|
2015-11-10 12:03:59 +00:00
|
|
|
config BINUTILS_VERSION
|
|
|
|
string
|
2016-10-10 09:27:48 +00:00
|
|
|
default "2.27" if BINUTILS_VERSION_2_27
|
2017-10-14 19:28:11 +00:00
|
|
|
default "2.29.1" if BINUTILS_VERSION_2_29_1
|
2018-03-08 10:21:58 +00:00
|
|
|
default "2.30" if BINUTILS_VERSION_2_30
|
2018-01-24 17:26:03 +00:00
|
|
|
default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC
|