[gcc-6] 198/401: * Fix setting the stage1 C++ compiler.

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:49:24 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 3539a8879749e8b98f08374b73ef5a5c4f3817b6
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Thu Sep 1 19:53:21 2016 +0000

      * Fix setting the stage1 C++ compiler.
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8963 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog | 6 ++++++
 debian/rules2    | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7cb6cc4..1dc4c26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-6 (6.2.0-3) UNRELEASED; urgency=medium
+
+  * Fix setting the stage1 C++ compiler.
+
+ -- Matthias Klose <doko at debian.org>  Thu, 01 Sep 2016 21:52:45 +0200
+
 gcc-6 (6.2.0-2) unstable; urgency=medium
 
   * Update to SVN 20160830 (r239868, 6.2.1) from the gcc-6-branch.
diff --git a/debian/rules2 b/debian/rules2
index e8d0339..d3b5d06 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -65,7 +65,9 @@ CC = $(notdir $(firstword $(wildcard \
 	/usr/bin/$(DEB_HOST_GNU_TYPE)-gcc-5 \
 	/usr/bin/$(DEB_HOST_GNU_TYPE)-gcc)))
 CXX = $(notdir $(firstword $(wildcard \
-	/usr/bin/$(DEB_HOST_GNU_TYPE)-g++-5 /usr/bin/$(DEB_HOST_GNU_TYPE)-g++)))
+	/usr/bin/$(DEB_HOST_GNU_TYPE)-g++-6 \
+	/usr/bin/$(DEB_HOST_GNU_TYPE)-g++-5 \
+	/usr/bin/$(DEB_HOST_GNU_TYPE)-g++)))
 ifeq ($(with_ada),yes)
   GNAT = $(notdir $(firstword $(wildcard \
 	/usr/bin/$(DEB_HOST_GNU_TYPE)-gnat-6 \

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