[gcc-7] 74/354: - update gdc patch for the trunk

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:33 UTC 2017


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

infinity0 pushed a commit to branch master
in repository gcc-7.

commit 463facdf713bc004dc2dbf1c80124f666c43812b
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Mon Dec 12 16:48:41 2016 +0000

     - update gdc patch for the trunk
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9181 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/patches/gdc-driver-nophobos.diff | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/patches/gdc-driver-nophobos.diff b/debian/patches/gdc-driver-nophobos.diff
index 693d125..a4cdc9a 100644
--- a/debian/patches/gdc-driver-nophobos.diff
+++ b/debian/patches/gdc-driver-nophobos.diff
@@ -4,7 +4,7 @@ Index: b/src/gcc/d/d-lang.cc
 ===================================================================
 --- a/src/gcc/d/d-lang.cc
 +++ b/src/gcc/d/d-lang.cc
-@@ -179,7 +179,7 @@ static void
+@@ -198,7 +198,7 @@ static void
  d_init_options_struct(gcc_options *opts)
  {
    // GCC options
@@ -17,12 +17,12 @@ Index: b/src/gcc/d/d-spec.c
 ===================================================================
 --- a/src/gcc/d/d-spec.c
 +++ b/src/gcc/d/d-spec.c
-@@ -91,7 +91,7 @@ lang_specific_driver (cl_decoded_option
+@@ -121,7 +121,7 @@ lang_specific_driver (cl_decoded_option
  
-   /* If nonzero, use the standard D runtime library when linking with
+   /* If true, use the standard D runtime library when linking with
       standard libraries. */
--  int phobos = 1;
-+  int phobos = 0;
+-  bool need_phobos = true;
++  bool need_phobos = false;
  
-   /* The number of arguments being added to what's in argv, other than
-      libraries.  We use this to track the number of times we've inserted
+   /* Whether we need the C++ STD library.  */
+   bool need_stdcxx = false;

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



More information about the Reproducible-commits mailing list