2018-01-25 01:26:03 +08:00
|
|
|
config BINUTILS_VERSION_2_29_ARC
|
2015-11-10 20:03:59 +08:00
|
|
|
default y if (!TOOLCHAINOPTS && arc)
|
|
|
|
bool
|
|
|
|
|
2017-10-15 03:28:11 +08:00
|
|
|
config BINUTILS_VERSION_2_29_1
|
|
|
|
bool
|
|
|
|
|
2018-03-08 18:21:58 +08:00
|
|
|
config BINUTILS_VERSION_2_30
|
|
|
|
bool
|
|
|
|
|
2018-07-21 02:29:47 +08:00
|
|
|
config BINUTILS_VERSION_2_31_1
|
2018-08-18 05:40:29 +08:00
|
|
|
default y if (!TOOLCHAINOPTS && !arc)
|
2018-07-21 02:29:47 +08:00
|
|
|
bool
|
|
|
|
|
2015-11-10 20:03:59 +08:00
|
|
|
config BINUTILS_VERSION
|
|
|
|
string
|
2017-10-15 03:28:11 +08:00
|
|
|
default "2.29.1" if BINUTILS_VERSION_2_29_1
|
2018-03-08 18:21:58 +08:00
|
|
|
default "2.30" if BINUTILS_VERSION_2_30
|
2018-07-21 02:29:47 +08:00
|
|
|
default "2.31.1" if BINUTILS_VERSION_2_31_1
|
2018-01-25 01:26:03 +08:00
|
|
|
default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC
|