From 62ed1af15d1f665c2b511622059b933081924a8f Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sat, 18 Sep 2021 23:30:30 -1000 Subject: build: remove GCC7 support The development branch is now on version 10, we shouldn't drag to many old versions and therefore drop at least 7.x. Signed-off-by: Paul Spooren Acked-by: Rosen Penev Acked-by: Rui Salvaterra Acked-by: Hauke Mehrtens Acked-by: Aleksander Jan Bajkowski --- toolchain/gcc/Config.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'toolchain/gcc/Config.in') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4b25c85016..a0fa609172 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -6,10 +6,6 @@ choice help Select the version of gcc you wish to use. - config GCC_USE_VERSION_7 - bool "gcc 7.x" - depends on !arc - config GCC_USE_VERSION_8 bool "gcc 8.x" -- cgit v1.2.3