[gcc-7] 198/354: * Build again gnat cross compilers on 32bit archs targeting 64bit targets.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:53 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 c3abf3e0b3864c8a54eaac6bf10f597d0788f6fb
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sun May 21 20:17:42 2017 +0000

      * Build again gnat cross compilers on 32bit archs targeting 64bit targets.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9499 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 1 +
 debian/rules.defs | 8 --------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0da67e5..19aea6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ gcc-7 (7.1.0-6) UNRELEASED; urgency=medium
   * Build gnat on mips64 and powerpcspe.
   * Update the Linaro support to the 7-2017.05 snapshot.
   * Fix libmpx dependency generation for cross builds.
+  * Build again gnat cross compilers on 32bit archs targeting 64bit targets.
 
  -- Matthias Klose <doko at debian.org>  Fri, 19 May 2017 09:20:41 -0700
 
diff --git a/debian/rules.defs b/debian/rules.defs
index 9e68b51..51e47ab 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -683,14 +683,6 @@ endif
 ifneq (,$(filter $(distrelease),lucid))
   with_ada :=
 endif
-# disable building gnat cross compilers on 32bit archs targeting 64bit archs
-ifneq (,$(filter $(build_type), build-cross cross-build-cross))
-  ifneq (,$(filter $(DEB_HOST_ARCH), armhf armel i386 mips mipsel powerpc))
-    ifneq (,$(filter $(DEB_TARGET_ARCH), alpha amd64 arm64 mips64 mips64el ppc64 ppc64el s390x sparc64))
-      with_ada := disabled on 32bit archs targeting 64bit archs
-    endif
-  endif
-endif
 with_ada := $(call envfilt, ada, , , $(with_ada))
 
 ifeq ($(DEB_STAGE)-$(filter libgnat, $(with_rtlibs)),rtlibs-)

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