Files
openwrt/toolchain/gcc/Config.version
Robert Marko fb2c59b942 toolchain: gcc: drop GCC11
There is no practical value in keeping GCC11 around, as even OpenWrt 23.05
uses GCC12 as the default one, so drop it.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-05-26 19:20:56 +02:00

20 lines
424 B
Plaintext

config GCC_VERSION_12
default y if GCC_USE_VERSION_12
bool
config GCC_VERSION_13
default y if GCC_USE_VERSION_13
bool
config GCC_VERSION
string
default EXTERNAL_GCC_VERSION if EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
default "12.3.0" if GCC_VERSION_12
default "13.3.0" if GCC_VERSION_13
default "14.3.0"
config GCC_USE_DEFAULT_VERSION
bool
default y if !TOOLCHAINOPTS || GCC_USE_VERSION_14
imply KERNEL_WERROR