diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-22 16:16:55 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-23 22:53:33 +0200 |
commit | 9db3caa7490907d05a7378e48a69ee01a4461e99 (patch) | |
tree | e4de8b915ea758e3ac7c7e380a08c8692c526562 /toolchain/gcc/Config.in | |
parent | a14544d1bb6f6840dd64c600c58d938b193c09e3 (diff) | |
download | upstream-9db3caa7490907d05a7378e48a69ee01a4461e99.tar.gz upstream-9db3caa7490907d05a7378e48a69ee01a4461e99.tar.bz2 upstream-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.in | 3 |
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" |