From 9db3caa7490907d05a7378e48a69ee01a4461e99 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 22 Oct 2022 16:16:55 +0200 Subject: toolchain: gcc: Remove gcc 10.x support This compiler is old and was never used by default in OpenWrt. Signed-off-by: Hauke Mehrtens --- toolchain/gcc/Config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'toolchain/gcc/Config.in') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index df8f2b16cd..3c074c99b2 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -6,9 +6,6 @@ choice help Select the version of gcc you wish to use. - config GCC_USE_VERSION_10 - bool "gcc 10.x" - config GCC_USE_VERSION_11 bool "gcc 11.x" -- cgit v1.2.3