toolchain: binutils: add support for version 2.38
[openwrt/staging/dangole.git] / toolchain / binutils / Config.version
1
2 config BINUTILS_VERSION_2_37
3 default y if !TOOLCHAINOPTS
4 bool
5
6 config BINUTILS_VERSION_2_38
7 bool
8
9 config BINUTILS_VERSION
10 string
11 default "2.37" if BINUTILS_VERSION_2_37
12 default "2.38" if BINUTILS_VERSION_2_38