2016-10-10 09:27:48 +00:00
|
|
|
config BINUTILS_VERSION_2_27
|
|
|
|
bool
|
|
|
|
|
2017-03-13 23:38:59 +00:00
|
|
|
config BINUTILS_VERSION_2_28
|
2017-05-14 11:47:45 +00:00
|
|
|
default y if (!TOOLCHAINOPTS && !arc)
|
2017-03-13 23:38:59 +00:00
|
|
|
bool
|
|
|
|
|
2017-07-12 15:00:31 +00:00
|
|
|
config BINUTILS_VERSION_2_28_ARC
|
2015-11-10 12:03:59 +00:00
|
|
|
default y if (!TOOLCHAINOPTS && arc)
|
|
|
|
bool
|
|
|
|
|
|
|
|
config BINUTILS_VERSION
|
|
|
|
string
|
2016-10-10 09:27:48 +00:00
|
|
|
default "2.27" if BINUTILS_VERSION_2_27
|
2017-03-13 23:38:59 +00:00
|
|
|
default "2.28" if BINUTILS_VERSION_2_28
|
2017-07-12 15:00:31 +00:00
|
|
|
default "arc-2017.03" if BINUTILS_VERSION_2_28_ARC
|