Author: nbd
Date: 2016-02-13 23:23:32 +0100 (Sat, 13 Feb 2016)
New Revision: 48718

Modified:
   trunk/rules.mk
Log:
build: disable the use of -iremap for UML (#21851)

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/rules.mk
===================================================================
--- trunk/rules.mk      2016-02-12 19:55:07 UTC (rev 48717)
+++ trunk/rules.mk      2016-02-13 22:23:32 UTC (rev 48718)
@@ -118,7 +118,7 @@
   TOOLCHAIN_DIR_NAME:=toolchain-$(GNU_TARGET_NAME)
 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)
 endif
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to