[gcc-6] 349/401: * Fix gdc cross build.

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:50:37 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 7a5be52166fbf67192f623e46c66158156aaf555
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Thu Jan 19 12:41:38 2017 +0000

      * Fix gdc cross build.
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9231 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog                               |  6 ++++++
 debian/patches/gdc-cross-install-location.diff | 15 ++++++---------
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1ec86b7..2e258c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-6 (6.3.0-4) UNRELEASED; urgency=medium
+
+  * Fix gdc cross build.
+
+ -- Matthias Klose <doko at debian.org>  Thu, 19 Jan 2017 13:40:26 +0100
+
 gcc-6 (6.3.0-3) unstable; urgency=medium
 
   * Update to SVN 20170118 (r244586) from the gcc-6-branch.
diff --git a/debian/patches/gdc-cross-install-location.diff b/debian/patches/gdc-cross-install-location.diff
index be75f79..611e986 100644
--- a/debian/patches/gdc-cross-install-location.diff
+++ b/debian/patches/gdc-cross-install-location.diff
@@ -1,17 +1,14 @@
-Index: b/src/libphobos/configure.ac
-===================================================================
 --- a/src/libphobos/configure.ac
 +++ b/src/libphobos/configure.ac
-@@ -96,6 +96,7 @@ DRUNTIME_LIBRARIES_ZLIB
- DRUNTIME_LIBBACKTRACE_SETUP
- DRUNTIME_INSTALL_DIRECTORIES
- DRUNTIME_LIB_VERSIONS
-+# trigger rebuild of the configure file
+@@ -119,6 +119,8 @@
+ AC_SUBST([DRUNTIME_SOVERSION])
+ AC_SUBST([PHOBOS_SOVERSION])
  
++# trigger rebuild of the configure file
++
  # Set default flags (after DRUNTIME_WERROR!)
  if test -z "$DFLAGS"; then
-Index: b/src/libphobos/m4/druntime.m4
-===================================================================
+     DFLAGS="-Wall $WERROR_FLAG -g -frelease -O2"
 --- a/src/libphobos/m4/druntime.m4
 +++ b/src/libphobos/m4/druntime.m4
 @@ -78,7 +78,7 @@ AC_DEFUN([DRUNTIME_INSTALL_DIRECTORIES],

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