0a57c178135a9f744cd73f9c32ebf3b546350bd4
[openwrt/openwrt.git] / toolchain / binutils / Config.version
1 config BINUTILS_VERSION_2_24_LINARO
2 default y if (!TOOLCHAINOPTS && !arc)
3 bool
4
5 config BINUTILS_VERSION_2_25_1
6 bool
7
8 config BINUTILS_VERSION_2_23_ARC
9 default y if (!TOOLCHAINOPTS && arc)
10 bool
11
12 config BINUTILS_VERSION
13 string
14 default "2.24-linaro" if BINUTILS_VERSION_2_24_LINARO
15 default "2.25.1" if BINUTILS_VERSION_2_25_1
16 default "arc-2015.06" if BINUTILS_VERSION_2_23_ARC
17