SmartAudio/toolchain/binutils/Config.version

14 lines
297 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
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