toolchain/binutils: switch to version 2.39 by default
[openwrt/staging/neocturne.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 default y if !TOOLCHAINOPTS
10 bool
11
12 config BINUTILS_VERSION
13 string
14 default "2.37" if BINUTILS_VERSION_2_37
15 default "2.38" if BINUTILS_VERSION_2_38
16 default "2.39" if BINUTILS_VERSION_2_39