2015-11-10 12:03:59 +00:00
|
|
|
config BINUTILS_VERSION_2_24_LINARO
|
|
|
|
bool
|
|
|
|
|
|
|
|
config BINUTILS_VERSION_2_25_1
|
2016-01-20 13:54:17 +00:00
|
|
|
default y if (!TOOLCHAINOPTS && !arc)
|
2015-11-10 12:03:59 +00:00
|
|
|
bool
|
|
|
|
|
2016-07-13 13:57:02 +00:00
|
|
|
config BINUTILS_VERSION_2_26_1
|
|
|
|
bool
|
|
|
|
|
2016-10-10 09:27:48 +00:00
|
|
|
config BINUTILS_VERSION_2_27
|
|
|
|
bool
|
|
|
|
|
2016-05-19 05:20:33 +00: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
|
|
|
|
default "2.24-linaro" if BINUTILS_VERSION_2_24_LINARO
|
|
|
|
default "2.25.1" if BINUTILS_VERSION_2_25_1
|
2016-07-13 13:57:02 +00:00
|
|
|
default "2.26.1" if BINUTILS_VERSION_2_26_1
|
2016-10-10 09:27:48 +00:00
|
|
|
default "2.27" if BINUTILS_VERSION_2_27
|
2016-05-19 05:20:33 +00:00
|
|
|
default "arc-2016.03" if BINUTILS_VERSION_2_26_ARC
|
2015-11-10 12:03:59 +00:00
|
|
|
|