81815ebed2ecb12bd47a48c97ca7cd03098a5d10
[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 bool
13
14 config BINUTILS_VERSION_2_41
15 bool
16
17 config BINUTILS_VERSION_2_42
18 default y if !TOOLCHAINOPTS
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