summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk6
1 files changed, 1 insertions, 5 deletions
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