toolchain/gcc: switch to version 8 by default
[openwrt/staging/wigyori.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_7
6 default y if GCC_USE_VERSION_7
7 bool
8
9 config GCC_VERSION_9
10 default y if GCC_USE_VERSION_9
11 bool
12
13 config GCC_VERSION
14 string
15 default "5.5.0" if GCC_VERSION_5
16 default "7.4.0" if GCC_VERSION_7
17 default "9.2.0" if GCC_VERSION_9
18 default "8.3.0"