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
|
|
|
|
bool
|
|
|
|
|
2018-03-08 11:21:58 +01:00
|
|
|
config BINUTILS_VERSION_2_30
|
2018-07-10 14:20:25 +02:00
|
|
|
default y if (!TOOLCHAINOPTS && !arc)
|
2018-03-08 11:21:58 +01:00
|
|
|
bool
|
|
|
|
|
2015-11-10 12:03:59 +00:00
|
|
|
config BINUTILS_VERSION
|
|
|
|
string
|
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
|