[gcc-6] 113/401: * Always configure with --enable-targets=powerpcle-linux on ppc64el.

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:48:10 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 f91b8baf54c9b23da46e9b6c51e6e39bb01fa9b1
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Tue Apr 26 13:32:14 2016 +0000

      * Always configure with --enable-targets=powerpcle-linux on ppc64el.
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8787 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog | 5 ++++-
 debian/rules2    | 4 +---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a06aeeb..4716a20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,10 @@ gcc-6 (6.0.1-3) UNRELEASED; urgency=medium
   * Apply proposed patch for PR target/68273 (Wrong code on mips/mipsel due to
     (invalid?) peeking at alignments in function_arg) on mips and mipsel.
 
- -- Matthias Klose <doko at debian.org>  Sat, 23 Apr 2016 22:38:01 +0200
+  [ Matthias Klose ]
+  * Always configure with --enable-targets=powerpcle-linux on ppc64el.
+
+ -- Matthias Klose <doko at debian.org>  Tue, 26 Apr 2016 15:30:15 +0200
 
 gcc-6 (6.0.1-2) unstable; urgency=medium
 
diff --git a/debian/rules2 b/debian/rules2
index 80822bf..ee42342 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -427,9 +427,7 @@ ifneq (,$(findstring powerpc64le-linux,$(DEB_TARGET_GNU_TYPE)))
     else
       CONFARGS += --with-cpu=power8
     endif
-    ifneq (,$(filter $(distrelease),jessie stretch sid trusty utopic vivid wily xenial))
-      CONFARGS += --enable-targets=powerpcle-linux
-    endif
+    CONFARGS += --enable-targets=powerpcle-linux
     CONFARGS += --disable-multilib
 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