tools/squashfskit4: fix build on non-linux systems
[openwrt/.git] / toolchain / binutils / Config.version
1 config BINUTILS_VERSION_2_32
2         bool
3
4 config BINUTILS_VERSION_2_34
5         default y if !TOOLCHAINOPTS
6         bool
7
8 config BINUTILS_VERSION_2_35
9         bool
10
11 config BINUTILS_VERSION
12         string
13         default "2.32"                  if BINUTILS_VERSION_2_32
14         default "2.34"                  if BINUTILS_VERSION_2_34
15         default "2.35"                  if BINUTILS_VERSION_2_35