[gcc-7] 176/354: * Don't build the native gnat on armel. See issue #861734.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:48 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 37ce9258ece143c8709f1f5a0053bf8307e79fc6
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Wed May 3 22:02:16 2017 +0000

      * Don't build the native gnat on armel. See issue #861734.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9434 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 3 ++-
 debian/rules.defs | 5 +++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7c32c35..b70846b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-gcc-7 (7.1.0-3) UNRELEASED; urgency=medium
+gcc-7 (7.1.0-3) experimental; urgency=medium
 
   * Update to SVN 20170503 (r247549) from the gcc-7-branch.
   * Fix gdc build on sparc.
@@ -6,6 +6,7 @@ gcc-7 (7.1.0-3) UNRELEASED; urgency=medium
   * Bump libgphobos soname.
   * dpkg-buildflags stopped fiddling around with spec files; remove
     the code removing and warning about dpkg's specs.
+  * Don't build the native gnat on armel. See issue #861734.
 
  -- Matthias Klose <doko at debian.org>  Wed, 03 May 2017 16:51:15 +0200
 
diff --git a/debian/rules.defs b/debian/rules.defs
index a11d999..59afe0e 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -665,6 +665,11 @@ endif
 ifneq (,$(filter $(DEB_TARGET_ARCH),powerpcspe x32))
   with_ada := disabled for architecture $(DEB_TARGET_ARCH)
 endif
+ifeq (,$(findstring cross,$(build_type)))
+  ifneq (,$(filter $(DEB_TARGET_ARCH),armel))
+    with_ada := native gnat disabled for architecture $(DEB_TARGET_ARCH)
+  endif
+endif
 ifneq (,$(findstring cross,$(build_type)))
   ifneq (,$(filter $(DEB_BUILD_ARCH),powerpcspe x32))
     with_ada := no gnat host compiler on $(DEB_BUILD_ARCH)

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