toolchain/gcc: fix broken gcc version selection
[openwrt/staging/wigyori.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_11
2 default y if GCC_USE_VERSION_11
3 bool
4
5 config GCC_VERSION
6 string
7 default "11.3.0" if GCC_VERSION_11
8 default "12.2.0"