ramips: add support for MikroTik RouterBOARD RBM11g
[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
10         string
11         default "5.5.0"         if GCC_VERSION_5
12         default "arc-2017.09-release"   if GCC_VERSION_7_1_ARC
13         default "7.3.0"