[gcc-7] 79/354: - update gdc-driver-nophobos 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 1f6c38cfadfab44b36e63ca4814866fc8558bace
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Thu Dec 29 13:02:51 2016 +0000
- update gdc-driver-nophobos for the trunk
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9205 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 a4cdc9a..1f076e2 100644
--- a/debian/patches/gdc-driver-nophobos.diff
+++ b/debian/patches/gdc-driver-nophobos.diff
@@ -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
-@@ -121,7 +121,7 @@ lang_specific_driver (cl_decoded_option
+@@ -62,7 +62,7 @@ static int library = 0;
- /* If true, use the standard D runtime library when linking with
- standard libraries. */
-- bool need_phobos = true;
-+ bool need_phobos = false;
+ /* If true, use the standard D runtime library when linking with
+ standard libraries. */
+-static bool need_phobos = true;
++static bool need_phobos = false;
- /* Whether we need the C++ STD library. */
- bool need_stdcxx = false;
+ void
+ lang_specific_driver (cl_decoded_option **in_decoded_options,
--
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