Skip to content
Snippets Groups Projects
Commit b7b8da13 authored by John Crispin's avatar John Crispin
Browse files

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
parent b5be3286
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,8 @@ CONFIGURE_VARS += \
UNAME_R=$(LINUX_VERSION)
ifeq ($(ARCH),x86_64)
CONFIGURE_ARGS += \
--enable-only64bit
BITS := 64bit
else
CONFIGURE_ARGS += \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment