toolchain: Remove GCC 7.1 for ARC targets
[openwrt/staging/stintel.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_5
2 default y if GCC_USE_VERSION_5
3 bool
4
5 config GCC_VERSION_8
6 default y if GCC_USE_VERSION_8
7 default y if arc
8 bool
9
10 config GCC_USE_EMBEDDED_PATH_REMAP
11 default y if GCC_VERSION_8
12 default n
13 bool
14
15 config GCC_VERSION
16 string
17 default "5.5.0" if GCC_VERSION_5
18 default "8.3.0" if GCC_VERSION_8
19 default "7.4.0"