summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-06-13 16:38:26 -0700
committerGary Lowell <glowell@inktank.com>2013-06-14 15:11:05 -0700
commit3474fa8361144370bac7f69293c6ebf6d11b9116 (patch)
tree7fb40f83680e2d6bedd9443514445f925a4a438b
parentbcfd2f31a50d27038bc02e645795f0ec99dd3b32 (diff)
downloadceph-3474fa8361144370bac7f69293c6ebf6d11b9116.tar.gz
rules: Don't disable tcmalloc on ARM (and other non-intel)
Fixes #5342 Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
-rwxr-xr-xdebian/rules7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index 52c91bc7359..98dd6ed6f19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,13 +30,6 @@ ifeq ($(DEB_HOST_ARCH), armel)
extraopts += --without-libatomic-ops
endif
-ifneq ($(DEB_HOST_ARCH), i386)
-ifneq ($(DEB_HOST_ARCH), amd64)
- # libgoogle-perftools-dev is only available on i386 and amd64
- extraopts += --without-tcmalloc
-endif
-endif
-
configure: configure-stamp
configure-stamp:
dh_testdir