54df1730c7f74ab9a0838bc38dfc8987c431eb81
[oweals/openwrt.git] / toolchain / binutils / Config.version
1 config BINUTILS_VERSION_2_27
2         bool
3
4 config BINUTILS_VERSION_2_28
5         default y if (!TOOLCHAINOPTS && !arc)
6         bool
7
8 config BINUTILS_VERSION_2_28_ARC
9         default y if (!TOOLCHAINOPTS && arc)
10         bool
11
12 config BINUTILS_VERSION_2_29_1
13         bool
14
15 config BINUTILS_VERSION
16         string
17         default "2.27"                 if BINUTILS_VERSION_2_27
18         default "2.28"                 if BINUTILS_VERSION_2_28
19         default "2.29.1"               if BINUTILS_VERSION_2_29_1
20         default "arc-2017.03"          if BINUTILS_VERSION_2_28_ARC