[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/02: debian/sysdeps/mips{n32, }{r6, }{el, }.mk: build with --param ggc-min-expand=10 to avoid virtual memory exhaustion when compiling test-tgmath3.o.



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

aurel32 pushed a commit to branch glibc-2.27
in repository glibc.

commit 60f9422a38f3c8f3e53bb2a0aa30978be4e6848e
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Mon Jan 29 22:33:52 2018 +0100

    debian/sysdeps/mips{n32,}{r6,}{el,}.mk: build with --param ggc-min-expand=10 to avoid virtual memory exhaustion when compiling test-tgmath3.o.
---
 debian/changelog              | 5 +++++
 debian/sysdeps/mips.mk        | 2 +-
 debian/sysdeps/mipsel.mk      | 2 +-
 debian/sysdeps/mipsn32.mk     | 6 +++---
 debian/sysdeps/mipsn32el.mk   | 2 +-
 debian/sysdeps/mipsn32r6.mk   | 6 +++---
 debian/sysdeps/mipsn32r6el.mk | 2 +-
 debian/sysdeps/mipsr6.mk      | 2 +-
 debian/sysdeps/mipsr6el.mk    | 2 +-
 9 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4140779..837058d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,11 @@ glibc (2.26.9000+20180127.7e23a7dd-0experimental1) UNRELEASED; urgency=medium
   * debian/patches/hurd-i386/local-versions.diff: Remove, merged upstream.
   * debian/testsuite-xfail-debian.mk: Remove ABI list blacklist.
 
+  [ Aurelien Jarno ]
+  * debian/sysdeps/mips{n32,}{r6,}{el,}.mk: build with --param
+    ggc-min-expand=10 to avoid virtual memory exhaustion when compiling
+    test-tgmath3.o.
+
  -- Samuel Thibault <sthibault@debian.org>  Sun, 28 Jan 2018 10:53:21 +0100
 
 glibc (2.26.9000+20180127.7e23a7dd-0experimental0) experimental; urgency=medium
diff --git a/debian/sysdeps/mips.mk b/debian/sysdeps/mips.mk
index 28ac1fd..3d9db12 100644
--- a/debian/sysdeps/mips.mk
+++ b/debian/sysdeps/mips.mk
@@ -1,5 +1,5 @@
 # configuration options for all flavours
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt --param ggc-min-expand=10
 
 # multilib flavours
 ifeq (,$(filter nobiarch, $(DEB_BUILD_PROFILES)))
diff --git a/debian/sysdeps/mipsel.mk b/debian/sysdeps/mipsel.mk
index ec21e47..7d08f7e 100644
--- a/debian/sysdeps/mipsel.mk
+++ b/debian/sysdeps/mipsel.mk
@@ -1,5 +1,5 @@
 # configuration options for all flavours
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt --param ggc-min-expand=10
 
 # multilib flavours
 ifeq (,$(filter nobiarch, $(DEB_BUILD_PROFILES)))
diff --git a/debian/sysdeps/mipsn32.mk b/debian/sysdeps/mipsn32.mk
index 50bce13..da76cb7 100644
--- a/debian/sysdeps/mipsn32.mk
+++ b/debian/sysdeps/mipsn32.mk
@@ -1,5 +1,5 @@
 # configuration options for all flavours
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt --param ggc-min-expand=10
 
 # main library
 libc_rtlddir = /lib32
@@ -12,7 +12,7 @@ GLIBC_PASSES += mips64
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mips64 libc6-dev-mips64
 libc6-mips64_shlib_dep = libc6-mips64 (>= $(shlib_dep_ver))
 mips64_configure_target = mips64-linux-gnuabi64
-mips64_extra_cflags = -mno-plt
+mips64_extra_cflags = -mno-plt --param ggc-min-expand=10
 mips64_CC = $(CC) -mabi=64
 mips64_CXX = $(CXX) -mabi=64
 mips64_rtlddir = /lib64
@@ -24,7 +24,7 @@ GLIBC_PASSES += mips32
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mips32 libc6-dev-mips32
 libc6-mips32_shlib_dep = libc6-mips32 (>= $(shlib_dep_ver))
 mips32_configure_target = mips-linux-gnu
-mips32_extra_cflags = -mno-plt
+mips32_extra_cflags = -mno-plt --param ggc-min-expand=10
 mips32_CC = $(CC) -mabi=32
 mips32_CXX = $(CXX) -mabi=32
 mips32_rtlddir = /lib
diff --git a/debian/sysdeps/mipsn32el.mk b/debian/sysdeps/mipsn32el.mk
index 79585e7..efd0d74 100644
--- a/debian/sysdeps/mipsn32el.mk
+++ b/debian/sysdeps/mipsn32el.mk
@@ -1,5 +1,5 @@
 # configuration options for all flavours
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt --param ggc-min-expand=10
 
 # main library
 libc_rtlddir = /lib32
diff --git a/debian/sysdeps/mipsn32r6.mk b/debian/sysdeps/mipsn32r6.mk
index 7967578..7d79775 100644
--- a/debian/sysdeps/mipsn32r6.mk
+++ b/debian/sysdeps/mipsn32r6.mk
@@ -1,5 +1,5 @@
 # configuration options for all flavours
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt --param ggc-min-expand=10
 
 # main library
 libc_rtlddir = /lib32
@@ -12,7 +12,7 @@ GLIBC_PASSES += mips64
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mips64 libc6-dev-mips64
 libc6-mips64_shlib_dep = libc6-mips64 (>= $(shlib_dep_ver))
 mips64_configure_target = mipsisa64r6-linux-gnuabi64
-mips64_extra_cflags = -mno-plt
+mips64_extra_cflags = -mno-plt --param ggc-min-expand=10
 mips64_CC = $(CC) -mabi=64
 mips64_CXX = $(CXX) -mabi=64
 mips64_rtlddir = /lib64
@@ -24,7 +24,7 @@ GLIBC_PASSES += mips32
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mips32 libc6-dev-mips32
 libc6-mips32_shlib_dep = libc6-mips32 (>= $(shlib_dep_ver))
 mips32_configure_target = mipsisa32r6-linux-gnu
-mips32_extra_cflags = -mno-plt
+mips32_extra_cflags = -mno-plt --param ggc-min-expand=10
 mips32_CC = $(CC) -mabi=32
 mips32_CXX = $(CXX) -mabi=32
 mips32_rtlddir = /lib
diff --git a/debian/sysdeps/mipsn32r6el.mk b/debian/sysdeps/mipsn32r6el.mk
index 9c345cd..e5006fe 100644
--- a/debian/sysdeps/mipsn32r6el.mk
+++ b/debian/sysdeps/mipsn32r6el.mk
@@ -1,5 +1,5 @@
 # configuration options for all flavours
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt --param ggc-min-expand=10
 
 # main library
 libc_rtlddir = /lib32
diff --git a/debian/sysdeps/mipsr6.mk b/debian/sysdeps/mipsr6.mk
index 6e71b82..0b6e4b6 100644
--- a/debian/sysdeps/mipsr6.mk
+++ b/debian/sysdeps/mipsr6.mk
@@ -1,5 +1,5 @@
 # configuration options for all flavours
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt --param ggc-min-expand=10
 
 # multilib flavours
 ifeq (,$(filter nobiarch, $(DEB_BUILD_PROFILES)))
diff --git a/debian/sysdeps/mipsr6el.mk b/debian/sysdeps/mipsr6el.mk
index d7c6af8..80f93a6 100644
--- a/debian/sysdeps/mipsr6el.mk
+++ b/debian/sysdeps/mipsr6el.mk
@@ -1,5 +1,5 @@
 # configuration options for all flavours
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt --param ggc-min-expand=10
 
 # multilib flavours
 ifeq (,$(filter nobiarch, $(DEB_BUILD_PROFILES)))

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


Reply to: