[gcc-6] 134/401: * Don't build gnat cross compilers on 32bit archs targeting 64bit targets. Addresses: #823126.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:48:22 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 e6ceb16383322933675dfaa6621b78402b565d2d
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Thu May 5 20:25:56 2016 +0000
* Don't build gnat cross compilers on 32bit archs targeting 64bit targets.
Addresses: #823126.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8827 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/rules.defs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules.defs b/debian/rules.defs
index 6a46b3c..bcddee3 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -645,7 +645,7 @@ 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), amd64 arm64 mips64 mips64el ppc64 ppc64el s390x sparc64))
+ 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
--
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