a00685ffa3f295fb14003771c92c6da7d1ed6aa2
[openwrt/staging/stintel.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_13
6 default y if GCC_USE_VERSION_13
7 bool
8
9 config GCC_VERSION
10 string
11 default EXTERNAL_GCC_VERSION if EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
12 default "11.3.0" if GCC_VERSION_11
13 default "13.2.0" if GCC_VERSION_13
14 default "12.3.0"