[Pkg-ceph-commits] [ceph] 18/43: Enable gperftools on arm64 architecture.

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Mon Aug 15 21:41:43 UTC 2016


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

gaudenz pushed a commit to branch jewel-gaudenz
in repository ceph.

commit 727da29257991bd277554ce98658c6d45ee18e46
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 b09d96d..7e9f9de 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