2015-11-10 20:03:59 +08:00
|
|
|
config BINUTILS_VERSION_2_25_1
|
2016-01-20 21:54:17 +08:00
|
|
|
default y if (!TOOLCHAINOPTS && !arc)
|
2015-11-10 20:03:59 +08:00
|
|
|
bool
|
|
|
|
|
2016-10-10 17:27:48 +08:00
|
|
|
config BINUTILS_VERSION_2_27
|
|
|
|
bool
|
|
|
|
|
2016-05-19 13:20:33 +08:00
|
|
|
config BINUTILS_VERSION_2_26_ARC
|
2015-11-10 20:03:59 +08:00
|
|
|
default y if (!TOOLCHAINOPTS && arc)
|
|
|
|
bool
|
|
|
|
|
|
|
|
config BINUTILS_VERSION
|
|
|
|
string
|
|
|
|
default "2.25.1" if BINUTILS_VERSION_2_25_1
|
2016-10-10 17:27:48 +08:00
|
|
|
default "2.27" if BINUTILS_VERSION_2_27
|
2016-05-19 13:20:33 +08:00
|
|
|
default "arc-2016.03" if BINUTILS_VERSION_2_26_ARC
|
2015-11-10 20:03:59 +08:00
|
|
|
|