Author: blogic
Date: 2014-08-18 15:10:19 +0200 (Mon, 18 Aug 2014)
New Revision: 42198
Modified:
trunk/package/devel/valgrind/Makefile
Log:
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.
Modified: trunk/package/devel/valgrind/Makefile
===================================================================
--- trunk/package/devel/valgrind/Makefile 2014-08-18 13:10:16 UTC (rev
42197)
+++ trunk/package/devel/valgrind/Makefile 2014-08-18 13:10:19 UTC (rev
42198)
@@ -83,6 +83,8 @@
UNAME_R=$(LINUX_VERSION)
ifeq ($(ARCH),x86_64)
+ CONFIGURE_ARGS += \
+ --enable-only64bit
BITS := 64bit
else
CONFIGURE_ARGS += \
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits