This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Building libgcj outside of GCC tree?
- From: Tom Tromey <tromey at redhat dot com>
- To: "Colin Fleming" <colin dot mailinglist at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 12 Jul 2007 12:07:15 -0600
- Subject: Re: Building libgcj outside of GCC tree?
- References: <7c6512110707061118g5f4cd597refcf4040683a9f3d@mail.gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Colin" == Colin Fleming <colin.mailinglist@gmail.com> writes:
Colin> One thing that would be really useful for anyone making a
Colin> custom runtime would be to build libgcj independently from GCC
Colin> so it's not required to patch and build the whole tree. Is this
Colin> possible?
A long time ago we used to do this. Most likely, all the code has
been either deleted, rewritten, or rotted. So, I'd imagine you'll
pretty much have to start from scratch.
Tom