summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-10-22 16:16:55 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-23 22:53:33 +0200
commit9db3caa7490907d05a7378e48a69ee01a4461e99 (patch)
treee4de8b915ea758e3ac7c7e380a08c8692c526562 /toolchain/gcc/Config.in
parenta14544d1bb6f6840dd64c600c58d938b193c09e3 (diff)
downloadopenwrt-9db3caa7490907d05a7378e48a69ee01a4461e99.tar.gz
openwrt-9db3caa7490907d05a7378e48a69ee01a4461e99.tar.bz2
openwrt-9db3caa7490907d05a7378e48a69ee01a4461e99.zip
toolchain: gcc: Remove gcc 10.x support
This compiler is old and was never used by default in OpenWrt. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in3
1 files changed, 0 insertions, 3 deletions
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"