3a0fc5b43ff9f7e260afe3419ad641291e16880d
[openwrt/staging/lynxis.git] / toolchain / binutils / Config.version
1 config BINUTILS_VERSION_2_29_ARC
2 bool
3
4 config BINUTILS_VERSION_2_29_1
5 bool
6
7 config BINUTILS_VERSION_2_31_1
8 default y if (!TOOLCHAINOPTS && !arc)
9 bool
10
11 config BINUTILS_VERSION_2_32
12 default y if (!TOOLCHAINOPTS && arc)
13 bool
14
15 config BINUTILS_VERSION
16 string
17 default "2.29.1" if BINUTILS_VERSION_2_29_1
18 default "2.31.1" if BINUTILS_VERSION_2_31_1
19 default "2.32" if BINUTILS_VERSION_2_32
20 default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC