[gcc-6] 209/401: - don't depend on ecj1 on archs which don't have it built.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:49:28 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 866eb8cc62146ddff2f420b9f40bc15eec66c48f
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Wed Sep 14 11:23:15 2016 +0000
- don't depend on ecj1 on archs which don't have it built.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8977 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/rules.defs | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules.defs b/debian/rules.defs
index 4ee6b0d..4255568 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -839,6 +839,10 @@ ifeq ($(with_java),yes)
with_external_ecj1 := yes
endif
ifeq (,$(filter $(distrelease),squeeze wheezy jessie lucid precise trusty xenial))
+ # not yet built ...
+ ifeq (,$(filter $(DEB_TARGET_ARCH),powerpcspe sh4))
+ with_external_ecj1 := yes
+ endif
with_external_ecj1 := yes
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