[gcc-6] 335/401: * Always configure sparc builds --with-cpu-32=ultrasparc (James Clark). Closes: #850250.

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 f495181908af3ffeba8c66048cf9ab39b45637b5
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Thu Jan 5 13:20:06 2017 +0000

      * Always configure sparc builds --with-cpu-32=ultrasparc (James Clark).
        Closes: #850250.
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9212 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog | 7 +++++++
 debian/rules2    | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cb0f244..693ecc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gcc-6 (6.3.0-3) UNRELEASED; urgency=medium
+
+  * Always configure sparc builds --with-cpu-32=ultrasparc (James Clark).
+    Closes: #850250.
+
+ -- Matthias Klose <doko at debian.org>  Thu, 05 Jan 2017 14:15:08 +0100
+
 gcc-6 (6.3.0-2) unstable; urgency=medium
 
   * Update gdc-driver-nophobos patch.
diff --git a/debian/rules2 b/debian/rules2
index 880dfc8..47867bb 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -543,9 +543,9 @@ ifeq ($(derivative),Ubuntu)
 endif
 
 ifneq (,$(findstring sparc-linux,$(DEB_TARGET_GNU_TYPE)))
+  CONFARGS += --with-cpu-32=ultrasparc
   ifeq ($(biarch64),yes)
     CONFARGS += --enable-targets=all
-    CONFARGS += --with-cpu-32=ultrasparc
   endif
 endif
 

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