Skip to content
Snippets Groups Projects
Commit 8ad2900b authored by Guido Günther's avatar Guido Günther
Browse files

Enable numactl ppc64el

suggested by Serge Hallyn
parent ac464fb1
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
else
WITH_DTRACE = --without-dtrace
endif
ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc))
ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc ppc64el))
WITH_NUMA = --with-numactl
else
WITH_NUMA = --without-numactl
......
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