97c5e50dad360f7d645a16b2db696a0aec4077df
[oweals/openwrt.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_7_1_ARC
2         default y if (!TOOLCHAINOPTS && arc)
3         bool
4
5 config GCC_VERSION_5
6         default y if GCC_USE_VERSION_5
7         bool
8
9 config GCC_VERSION_8
10         default y if GCC_USE_VERSION_8
11         bool
12
13 config GCC_VERSION
14         string
15         default "5.5.0"         if GCC_VERSION_5
16         default "arc-2017.09-release"   if GCC_VERSION_7_1_ARC
17         default "8.1.0"         if GCC_VERSION_8
18         default "7.3.0"