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.version | |
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.version')
-rw-r--r-- | toolchain/gcc/Config.version | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 52f241996d..65f272746b 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -1,13 +1,8 @@ -config GCC_VERSION_10 - default y if GCC_USE_VERSION_10 - bool - config GCC_VERSION_12 default y if GCC_USE_VERSION_12 bool config GCC_VERSION string - default "10.3.0" if GCC_VERSION_10 default "12.2.0" if GCC_VERSION_12 default "11.3.0" |