This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Building GCC/GCJ under cygwin and Win32
- From: Tom Tromey <tromey at redhat dot com>
- To: Eric Blake <ebb9 at email dot byu dot edu>
- Cc: "Murga.org" <john at murga dot org>, java at gcc dot gnu dot org
- Date: 12 May 2002 16:05:17 -0600
- Subject: Re: Building GCC/GCJ under cygwin and Win32
- References: <05826748.20020512200937@murga.org> <3CDEC279.1A5B56E1@email.byu.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Eric" == Eric Blake <ebb9@email.byu.edu> writes:
>> [ GC and Cygwin ]
Eric> Can you post the patches you made?
Hans has some Cygwin patches that should show up eventually. Once
they're in his tree we can just import to get them.
Eric> If I've been tracking archives correctly, using (build, host,
Eric> target) triples, people have built (linux, mingw, mingw)
Actually, I think people have mostly done (linux, linux, mingw).
That's what I did when doing some build testing: build on Linux,
compiler is hosted on Linux but targets mingw.
Usually the host and target parts are fairly well separable. A
(cygwin, cygwin, mingw) build might already work, if you set up for a
case sensitive filesystem.
Tom