2016-10-10 04:27:48 -05:00
|
|
|
config BINUTILS_VERSION_2_27
|
2017-01-29 08:30:56 +01:00
|
|
|
default y if (!TOOLCHAINOPTS && !arc)
|
2016-10-10 04:27:48 -05:00
|
|
|
bool
|
|
|
|
|
2017-03-14 00:38:59 +01:00
|
|
|
config BINUTILS_VERSION_2_28
|
|
|
|
bool
|
|
|
|
|
2016-05-19 08:20:33 +03:00
|
|
|
config BINUTILS_VERSION_2_26_ARC
|
2015-11-10 12:03:59 +00:00
|
|
|
default y if (!TOOLCHAINOPTS && arc)
|
|
|
|
bool
|
|
|
|
|
|
|
|
config BINUTILS_VERSION
|
|
|
|
string
|
2016-10-10 04:27:48 -05:00
|
|
|
default "2.27" if BINUTILS_VERSION_2_27
|
2017-03-14 00:38:59 +01:00
|
|
|
default "2.28" if BINUTILS_VERSION_2_28
|
2016-05-19 08:20:33 +03:00
|
|
|
default "arc-2016.03" if BINUTILS_VERSION_2_26_ARC
|
2015-11-10 12:03:59 +00:00
|
|
|
|