This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: what i learned making a gcj cross-compile environment for target=i386-cygwin
- To: alk at pobox dot com
- Subject: Re: what i learned making a gcj cross-compile environment for target=i386-cygwin
- From: Tom Tromey <tromey at redhat dot com>
- Date: 27 Apr 2001 10:43:02 -0600
- Cc: java at gcc dot gnu dot org
- References: <15078.32265.228846.563653@spanky.love.edu>
- Reply-To: tromey at redhat dot com
>>>>> "Tony" == Tony Kimball <alk@pobox.com> writes:
Tony> i finally decided to put the cross-compiler on the back burner until
Tony> i've explored using the compiler on cygwin directly.
Tony> i submitted the patches above to the cygwin mailing list.
I haven't built a Linux-x-Cygwin toolchain in a long, long time (three
years at least). I don't remember it being such a problem, but I had
a unified tree and I didn't try to build libgcj. In fact libgcj
didn't exist when I did it.
I think the above is probably best. I imagine at the current moment
it is easier to try to build natively on Cygwin than it is to do a
cross, especially for libgcj. I haven't built any libgcj cross in a
couple years, and even then it was to a relatively simple target (a
MIPS port using newlib), not to another host.
Tom