[gcc-7] 250/354: [ Matthias Klose ] * Fix gnat cross build on m68k (Adrian Glaubitz). Closes: #862927. * Enable gnat cross build on m68k. Closes: #868365.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:51:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository gcc-7.

commit b64c3a2e7850eef2e5ebf4d2b05f163b54d5433e
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Mon Jul 17 13:10:19 2017 +0000

      [ Matthias Klose ]
      * Fix gnat cross build on m68k (Adrian Glaubitz). Closes: #862927.
      * Enable gnat cross build on m68k. Closes: #868365.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9580 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 4 ++++
 debian/rules.defs | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c8754b9..6c94553 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ gcc-7 (7.1.0-10) UNRELEASED; urgency=medium
   [ Nicolas Boulenguez ]
   * libgnatvsn: embed xutil rident for version 2017 of asis package.
 
+  [ Matthias Klose ]
+  * Fix gnat cross build on m68k (Adrian Glaubitz). Closes: #862927.
+  * Enable gnat cross build on m68k. Closes: #868365.
+
  -- Matthias Klose <doko at debian.org>  Tue, 11 Jul 2017 18:21:21 +0200
 
 gcc-7 (7.1.0-9) unstable; urgency=medium
diff --git a/debian/rules.defs b/debian/rules.defs
index 25f6ec9..bd4f8bc 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -641,7 +641,9 @@ ifeq (,$(filter $(DEB_STAGE),stage1 stage2))
 # Ada --------------------
 ada_no_cpus	:= m32r sh3 sh3eb sh4eb
 # no Debian builds ... some of these should exist
-ada_no_cpus += m68k # see https://bugs.debian.org/814221
+ifneq (,$(filter $(build_type), build-native cross-build-native))
+  ada_no_cpus += m68k # see https://bugs.debian.org/868365
+endif
 ada_no_systems	:= 
 ada_no_cross	:= no
 ada_no_snap	:= no

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git



More information about the Reproducible-commits mailing list