[Pkg-ceph-commits] [ceph] 07/07: Add reference to GCC bug report for mips failure

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Thu Jan 12 22:21:23 UTC 2017


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

gaudenz pushed a commit to branch jewel
in repository ceph.

commit 0834c1cedfd383b5ae9f2002be7167184a9dbb88
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date:   Thu Jan 12 23:20:28 2017 +0100

    Add reference to GCC bug report for mips failure
    
    Gbp-Dch: ignore
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 557eb4b..6cc8f1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,8 @@ export DEB_CPPFLAGS_MAINT_APPEND=-D_FILE_OFFSET_BITS=64
 
 # Build fix for mips/mipsel
 # The first two variables work around a compiler bug which leads to virtual
-# memory exhaustion while compiling the testsuite. See Debian bug #849657.
+# memory exhaustion while compiling the testsuite. See Debian bug #849657 and
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79030
 ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
   export DEB_CFLAGS_MAINT_APPEND= --param ggc-min-expand=5
   export DEB_CXXFLAGS_MAINT_APPEND= --param ggc-min-expand=5

-- 
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