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-13 16:38:26 -0700
commitf6a864d0794cb67bd72c05b0a79289b84f382e41 (patch)
tree6c69a5d5759fd357b5a7b3350d3b72ae06dd2c5c
parent763432a3ccfee7fdbc4686356164dab1680e354d (diff)
downloadceph-f6a864d0794cb67bd72c05b0a79289b84f382e41.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