toolchain: gcc: Remove gcc 10.x support
[openwrt/staging/dedeckeh.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_12
2 default y if GCC_USE_VERSION_12
3 bool
4
5 config GCC_VERSION
6 string
7 default "12.2.0" if GCC_VERSION_12
8 default "11.3.0"