tools/mkimage: update to v2024.04
[openwrt/openwrt.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_12
6 default y if GCC_USE_VERSION_12
7 bool
8
9 config GCC_VERSION_14
10 default y if GCC_USE_VERSION_14
11 bool
12
13 config GCC_VERSION
14 string
15 default EXTERNAL_GCC_VERSION if EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
16 default "11.3.0" if GCC_VERSION_11
17 default "12.3.0" if GCC_VERSION_12
18 default "14.1.0" if GCC_VERSION_14
19 default "13.3.0"
20
21 config GCC_USE_DEFAULT_VERSION
22 bool
23 default y if !TOOLCHAINOPTS || GCC_USE_VERSION_13
24 imply KERNEL_WERROR