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 #5 from mtrudel at gmx dot ch  2007-04-25 07:17 -------
You write "it needs a host version of gcj",
your host is "i686-pc-linux-gnu" and
configure looks for "i686-pc-linux-gnu-gcj"?

Seems correct to me? What gcj should be searched for? The only problem I'm
currently aware of is that the compilation of ecj.jar uses
"-findirect-dispatch". This fails for static compilations since
indirect-dispatch doesn't work anymore with such compilations since some bc abi
(or whatever) changes. It can easily be fixed by modifying libgcj.a.spec.


-- 


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]