2fc50827d26b975a2768b1abe3758fffaeb001f6
[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_7
6         default y if GCC_USE_VERSION_7
7         default y if x86_64 || i386
8         bool
9
10 config GCC_VERSION
11         string
12         default "arc-2017.09-release"   if GCC_VERSION_7_1_ARC
13         default "6.3.0"         if GCC_USE_VERSION_6
14         default "7.3.0"         if GCC_VERSION_7
15         default "5.5.0"