[Pkg-ceph-commits] [ceph] 08/14: Enable gperftools on arm64 architecture.

James Downing Page jamespage at moszumanska.debian.org
Mon Feb 29 09:26:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch ubuntu-xenial
in repository ceph.

commit 9abc516ec6cb9375798ba64a470a3d36ab615b11
Author: James Page <james.page at ubuntu.com>
Date:   Fri Feb 26 22:55:52 2016 +0000

    Enable gperftools on arm64 architecture.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a36130a..7a00f15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ ifeq ($(DEB_HOST_ARCH), armel)
 endif
 
 # Only selected architectures support gperftools
-gperftools_archs = i386 amd64 powerpc armhf ppc64el
+gperftools_archs = i386 amd64 powerpc armhf ppc64el arm64
 ifneq (,$(filter $(DEB_HOST_ARCH), $(gperftools_archs)))
   extraopts += --with-tcmalloc
 else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list