[gcc-6] 380/401: - Fix ecj1 installation for cross builds
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:50:42 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 f47ee645a305196654697995b10930187f4ccc2a
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Fri Feb 24 15:34:28 2017 +0000
- Fix ecj1 installation for cross builds
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9306 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/rules.d/binary-java.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules.d/binary-java.mk b/debian/rules.d/binary-java.mk
index bb5f2bf..728c095 100644
--- a/debian/rules.d/binary-java.mk
+++ b/debian/rules.d/binary-java.mk
@@ -85,7 +85,7 @@ dirs_gcj = \
files_gcj = \
$(PF)/bin/$(cmd_prefix)gcj$(pkg_ver) \
- $(gcc_lexec_dir)/{ecj1,jc1,jvgenmain}
+ $(gcc_lexec_dir)/{jc1,jvgenmain}
# FIXME: this really should be included, or else the cross compiler
# can only be used to build libjava itself.
--
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