14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
|
config BINUTILS_VERSION_2_26
|
||
|
default n if (!TOOLCHAINOPTS && !arc)
|
||
|
bool
|
||
|
|
||
|
config BINUTILS_VERSION_2_27
|
||
|
default y if (!TOOLCHAINOPTS && !arc)
|
||
|
bool
|
||
|
|
||
|
config BINUTILS_VERSION
|
||
|
string
|
||
|
default "2.26" if BINUTILS_VERSION_2_26
|
||
|
default "2.27" if BINUTILS_VERSION_2_27
|
||
|
|