[gcc-6] 136/401: * Allow build dependencies for musl configurations (Helmut Grohne). Closes: #823769.

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:48:23 UTC 2017


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

infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.

commit aed7927acd750895d5f9874fe3af93902e054b16
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Mon May 9 13:14:07 2016 +0000

      * Allow build dependencies for musl configurations (Helmut Grohne).
        Closes: #823769.
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8832 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 2 ++
 debian/rules.conf | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 71f770c..c2f7a7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ gcc-6 (6.1.1-2) UNRELEASED; urgency=medium
     Addresses: #823126.
   * Avoid empty architecture lists in build dependencies. Closes: #823280.
   * Tighten debhelper build dependency for cross build dependencies.
+  * Allow build dependencies for musl configurations (Helmut Grohne).
+    Closes: #823769.
 
   [ Samuel Thibault ]
   * patches/ada-hurd.diff: Fix Get_Page_Size type.
diff --git a/debian/rules.conf b/debian/rules.conf
index 027d79e..9385734 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -258,6 +258,11 @@ ifeq ($(DEB_TARGET_ARCH_OS),linux)
   else
     LIBC_DEP = libc6
   endif
+  ifneq (,$(findstring musl-linux-,$(DEB_TARGET_ARCH)))
+    LIBC_DEP = musl
+    libc_ver = 0.9
+    libc_dev_ver = 0.9
+  endif
 else
   ifeq ($(DEB_TARGET_ARCH_OS),hurd)
     LIBC_DEP = libc0.3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git



More information about the Reproducible-commits mailing list