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>
This commit is contained in:
Robert Marko
2025-05-26 19:17:34 +02:00
parent 200a31b6f5
commit fb2c59b942
28 changed files with 1 additions and 3110 deletions

View File

@@ -175,7 +175,6 @@ menu "Global build settings"
config MOLD
depends on (aarch64 || arm || i386 || i686 || loongarch64 || m68k || powerpc || powerpc64 || riscv64 || sh4 || x86_64)
depends on !GCC_USE_VERSION_11
depends on !HOST_OS_MACOS
def_bool $(shell, ./config/check-hostcxx.sh 10 2 12)