[gcc-7] 39/354: - don't build hppa64 cross compiler on x86 targets in snapshot builds
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:27 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 61d3829d8b9038b42fc90ab87b67a5ae886eb3da
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sun Nov 20 15:01:14 2016 +0000
- don't build hppa64 cross compiler on x86 targets in snapshot builds
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9111 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/rules.defs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules.defs b/debian/rules.defs
index 98a7401..130697b 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1299,7 +1299,9 @@ else
hppa64_archs := hppa
ifneq (,$(filter $(build_type), build-native cross-build-native))
ifeq (,$(filter $(distrelease),wheezy squeeze jessie lucid precise trusty utopic vivid wily))
- hppa64_archs += amd64 i386 x32
+ ifneq ($(single_package),yes)
+ hppa64_archs += amd64 i386 x32
+ endif
endif
ifneq (,$(filter $(DEB_TARGET_ARCH),$(hppa64_archs)))
with_hppa64 := yes
--
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