From: John Crispin Date: Mon, 18 Aug 2014 13:10:19 +0000 (+0000) Subject: valgrind: set --enable-only64bit option for x86_64 X-Git-Tag: v19.07.0-rc1~16834 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b7b8da135a105591c447859e67e68b203a935acd;p=openwrt%2Fstaging%2Fhauke.git valgrind: set --enable-only64bit option for x86_64 There does not seem to be a good reason to build both when building for x86_64. SVN-Revision: 42198 --- diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index 45d0323dbc..26dcf0b5c9 100644 --- a/package/devel/valgrind/Makefile +++ b/package/devel/valgrind/Makefile @@ -83,6 +83,8 @@ CONFIGURE_VARS += \ UNAME_R=$(LINUX_VERSION) ifeq ($(ARCH),x86_64) + CONFIGURE_ARGS += \ + --enable-only64bit BITS := 64bit else CONFIGURE_ARGS += \