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 --- rules.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'rules.mk') diff --git a/rules.mk b/rules.mk index 8b24d3a3bb..45b58614f1 100644 --- a/rules.mk +++ b/rules.mk @@ -138,11 +138,7 @@ else endif ifeq ($(or $(CONFIG_EXTERNAL_TOOLCHAIN),$(CONFIG_TARGET_uml)),) - ifeq ($(CONFIG_GCC_USE_IREMAP),y) - iremap = -iremap$(1):$(2) - else - iremap = -f$(if $(CONFIG_REPRODUCIBLE_DEBUG_INFO),file,macro)-prefix-map=$(1)=$(2) - endif + iremap = -f$(if $(CONFIG_REPRODUCIBLE_DEBUG_INFO),file,macro)-prefix-map=$(1)=$(2) endif PACKAGE_DIR:=$(BIN_DIR)/packages -- cgit v1.2.3