aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2014-08-20 13:58:23 +0000
committerNicolas Thill <nico@openwrt.org>2014-08-20 13:58:23 +0000
commitb7cff962180bc4da716491660c1ff0136ea38243 (patch)
tree933974c2ef64da692859e8104ea2bacc9309489e /package/devel
parente5a925bd472037bebe6ec0acbebc8460bfde00e3 (diff)
downloadmaster-187ad058-b7cff962180bc4da716491660c1ff0136ea38243.tar.gz
master-187ad058-b7cff962180bc4da716491660c1ff0136ea38243.tar.bz2
master-187ad058-b7cff962180bc4da716491660c1ff0136ea38243.zip
valgrind: fix build failure on uml
Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42229 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/valgrind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index 26dcf0b5c9..f3c021c6c4 100644
--- a/package/devel/valgrind/Makefile
+++ b/package/devel/valgrind/Makefile
@@ -77,7 +77,7 @@ define Package/valgrind/description
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)