[OpenWrt-Devel] [PATCH] valgrind: set --enable-only64bit option for x86_64
Alexandru Ardelean
ardeleanalex at gmail.com
Thu Aug 14 07:27:33 EDT 2014
There does not seem to be a good reason to build both
when building for x86_64.
---
package/devel/valgrind/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index a55fb40..7f8c3d1 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 += \
--
1.8.4.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list