Author: nico Date: 2014-08-20 15:58:23 +0200 (Wed, 20 Aug 2014) New Revision: 42229
Modified: trunk/package/devel/valgrind/Makefile Log: valgrind: fix build failure on uml Signed-off-by: Nicolas Thill <[email protected]> Modified: trunk/package/devel/valgrind/Makefile =================================================================== --- trunk/package/devel/valgrind/Makefile 2014-08-20 10:19:03 UTC (rev 42228) +++ trunk/package/devel/valgrind/Makefile 2014-08-20 13:58:23 UTC (rev 42229) @@ -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
