This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/30591] Cross build fails because native gcj needed to build ecjx



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]