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