toolchain: gcc: update 7.x to 7.3.0
[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
6         string
7         default "arc-2017.09-release"   if GCC_VERSION_7_1_ARC
8         default "6.3.0"         if GCC_USE_VERSION_6
9         default "7.3.0"         if GCC_USE_VERSION_7
10         default "5.5.0"
11
12 config GCC_VERSION_7_1
13         bool
14         default y       if GCC_VERSION_7_1_ARC