52f241996d049bf4b5db230e305e880f9088f747
[openwrt/staging/wigyori.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_10
2 default y if GCC_USE_VERSION_10
3 bool
4
5 config GCC_VERSION_12
6 default y if GCC_USE_VERSION_12
7 bool
8
9 config GCC_VERSION
10 string
11 default "10.3.0" if GCC_VERSION_10
12 default "12.2.0" if GCC_VERSION_12
13 default "11.3.0"