Author: blogic
Date: 2014-09-01 15:21:44 +0200 (Mon, 01 Sep 2014)
New Revision: 42372

Modified:
   branches/barrier_breaker/package/devel/valgrind/Makefile
Log:
valgrind: fix build failure on uml

Signed-off-by: Nicolas Thill <[email protected]>

Backport of r42229

Modified: branches/barrier_breaker/package/devel/valgrind/Makefile
===================================================================
--- branches/barrier_breaker/package/devel/valgrind/Makefile    2014-09-01 
13:21:42 UTC (rev 42371)
+++ branches/barrier_breaker/package/devel/valgrind/Makefile    2014-09-01 
13:21:44 UTC (rev 42372)
@@ -77,7 +77,7 @@
        to speed up and reduce memory use of your programs.
 endef
 
-CPU := $(patsubst x86_64,amd64,$(patsubst x86,i386,$(LINUX_KARCH)))
+CPU := $(patsubst x86_64,amd64,$(patsubst x86,i386,$(patsubst 
um,$(ARCH),$(LINUX_KARCH))))
 
 CONFIGURE_VARS += \
        UNAME_R=$(LINUX_VERSION)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to