This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/30591] Cross build fails because native gcj needed to build ecjx
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jan 2007 02:23:25 -0000
- Subject: [Bug java/30591] Cross build fails because native gcj needed to build ecjx
- References: <bug-30591-7151@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from tromey at gcc dot gnu dot org 2007-01-26 02:23 -------
FWIW I don't think we want to fail outright if no suitable gcj is found.
The whole business with compiling and installing ecj.jar is a convenience,
not a strict necessity. The user can always make his own ecj1 "somehow"
(e.g, I use a shell script).
So one idea would be to look for a gcj for the build machine, and if not
found, disable compilation of ecjx.
What do you think?
--
tromey at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-01-26 02:23:25
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30591