[gcc-6] 334/401: gcc-6 (6.3.0-2) unstable; urgency=medium
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:50:34 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 9357fb4544c2f5783da44297dc529f72076ab3e5
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sat Dec 31 05:17:00 2016 +0000
gcc-6 (6.3.0-2) unstable; urgency=medium
* Update gdc-driver-nophobos patch.
-- Matthias Klose <doko at debian.org> Sat, 31 Dec 2016 06:10:49 +0100
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9210 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 10 ++++++++--
debian/patches/gdc-driver-nophobos.diff | 16 ++++++++--------
2 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ee4984f..cb0f244 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-gcc-6 (6.3.0-1) UNRELEASED; urgency=medium
+gcc-6 (6.3.0-2) unstable; urgency=medium
+
+ * Update gdc-driver-nophobos patch.
+
+ -- Matthias Klose <doko at debian.org> Sat, 31 Dec 2016 06:10:49 +0100
+
+gcc-6 (6.3.0-1) unstable; urgency=medium
* GCC 6.3.0 release.
* Update to SVN 20161229 (r243959) from the gcc-6-branch.
@@ -19,7 +25,7 @@ gcc-6 (6.3.0-1) UNRELEASED; urgency=medium
[ Samuel Thibault ]
* libgo fixup for program invocation name.
- -- Matthias Klose <doko at debian.org> Sat, 31 Dec 2016 03:25:18 +0100
+ -- Matthias Klose <doko at debian.org> Sat, 31 Dec 2016 04:46:10 +0100
gcc-6 (6.2.1-7) unstable; urgency=medium
diff --git a/debian/patches/gdc-driver-nophobos.diff b/debian/patches/gdc-driver-nophobos.diff
index 693d125..1f076e2 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
+@@ -62,7 +62,7 @@ static int library = 0;
- /* If nonzero, use the standard D runtime library when linking with
- standard libraries. */
-- int phobos = 1;
-+ int phobos = 0;
+ /* If true, use the standard D runtime library when linking with
+ standard libraries. */
+-static bool need_phobos = true;
++static 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
+ 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-6.git
More information about the Reproducible-commits
mailing list