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.version | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'toolchain/gcc/Config.version') diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 924107c357..05cd8f031b 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -1,7 +1,3 @@ -config GCC_VERSION_7 - default y if GCC_USE_VERSION_7 - bool - config GCC_VERSION_8 default y if GCC_USE_VERSION_8 bool @@ -12,12 +8,6 @@ config GCC_VERSION_11 config GCC_VERSION string - default "7.5.0" if GCC_VERSION_7 default "8.4.0" if GCC_VERSION_8 default "11.2.0" if GCC_VERSION_11 default "10.3.0" - -config GCC_USE_IREMAP - bool - default y if GCC_USE_VERSION_7 - default n -- cgit v1.2.3