Browse Source

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
John Crispin 11 years ago
parent
commit
b7b8da135a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/devel/valgrind/Makefile

+ 2 - 0
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 += \