e7a5abcd7e067b7bae92246d6896d17f6ac97335
[openwrt/openwrt.git] / toolchain / binutils / Config.version
1
2 config BINUTILS_VERSION_2_37
3 bool
4
5 config BINUTILS_VERSION_2_38
6 bool
7
8 config BINUTILS_VERSION_2_39
9 bool
10
11 config BINUTILS_VERSION_2_40
12 default y if !TOOLCHAINOPTS
13 bool
14
15 config BINUTILS_VERSION_2_41
16 bool
17
18 config BINUTILS_VERSION_2_42
19 bool
20
21 config BINUTILS_VERSION
22 string
23 default "2.37" if BINUTILS_VERSION_2_37
24 default "2.38" if BINUTILS_VERSION_2_38
25 default "2.39" if BINUTILS_VERSION_2_39
26 default "2.40" if BINUTILS_VERSION_2_40
27 default "2.41" if BINUTILS_VERSION_2_41
28 default "2.42" if BINUTILS_VERSION_2_42