Skip to content
Snippets Groups Projects
Commit c8cbe7ab authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: disable the use of -iremap for UML (#21851)


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 48718
parent 473e9cad
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ else ...@@ -118,7 +118,7 @@ else
TOOLCHAIN_DIR_NAME:=toolchain-$(GNU_TARGET_NAME) TOOLCHAIN_DIR_NAME:=toolchain-$(GNU_TARGET_NAME)
endif endif
ifeq ($(or $(CONFIG_EXTERNAL_TOOLCHAIN),$(CONFIG_GCC_VERSION_4_8)),) ifeq ($(or $(CONFIG_EXTERNAL_TOOLCHAIN),$(CONFIG_GCC_VERSION_4_8),$(CONFIG_TARGET_uml)),)
iremap = -iremap $(1):$(2) iremap = -iremap $(1):$(2)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment