[gcc-6] 102/401: * Disable gnat on powerpcspe. Closes: #816051.

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:48:08 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 4eb44bf09eb2294d2f2daef6a88e232b3976993e
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Wed Mar 16 08:59:24 2016 +0000

      * Disable gnat on powerpcspe. Closes: #816051.
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8719 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 1 +
 debian/rules.defs | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1f500bd..f856150 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gcc-6 (6-20160312-2) UNRELEASED; urgency=medium
 
   * Stop providing alternative for /usr/bin/go. (Michael Hudson-Doyle).
     LP: #1555856.
+  * Disable gnat on powerpcspe. Closes: #816051.
 
  -- Matthias Klose <doko at debian.org>  Wed, 16 Mar 2016 09:36:43 +0100
 
diff --git a/debian/rules.defs b/debian/rules.defs
index 73436d0..5cc1701 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -599,7 +599,7 @@ endif
 ifneq (,$(filter $(DEB_TARGET_ARCH_CPU),$(ada_no_cpus)))
   with_ada := disabled for cpu $(DEB_TARGET_ARCH_CPU)
 endif
-ifneq (,$(filter $(DEB_TARGET_ARCH),x32))
+ifneq (,$(filter $(DEB_TARGET_ARCH),powerpcspe x32))
   with_ada := disabled for architecture $(DEB_TARGET_ARCH)
 endif
 ifneq (,$(findstring cross,$(build_type)))

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