blob: 2abf6c1b30c36e732e3e9e3d56a976799f905d08 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001config GCC_VERSION_12
2 default y if GCC_USE_VERSION_12
3 bool
4
5config GCC_VERSION_14
6 default y if GCC_USE_VERSION_14
7 bool
8
9config GCC_VERSION
10 string
11 default EXTERNAL_GCC_VERSION if EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
12 default "12.3.0" if GCC_VERSION_12
13 default "14.2.0" if GCC_VERSION_14
14 default "13.3.0"
15
16config GCC_USE_DEFAULT_VERSION
17 bool
18 default y if !TOOLCHAINOPTS || GCC_USE_VERSION_13
19 imply KERNEL_WERROR