This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Enable libgcj for Linux targets
- To: Rod Stewart <stewart at lab43 dot org>
- Subject: Re: Enable libgcj for Linux targets
- From: Tom Tromey <tromey at redhat dot com>
- Date: 23 Jan 2001 12:20:56 -0700
- Cc: Bryce McKinlay <bryce at albatross dot co dot nz>, gcc-patches at gcc dot gnu dot org, java-patches at sources dot redhat dot com
- References: <Pine.LNX.4.21.0101221713060.22134-100000@dystopia.lab43.org>
- Reply-To: tromey at redhat dot com
>>>>> "Rod" == Rod Stewart <stewart@lab43.org> writes:
Rod> I also needed the following patch, not certain if this is
Rod> completely correct:
Rod> Index: boehm-gc/gcconfig.h
Rod> -# if defined(LINUX) && defined(arm)
Rod> +# if defined(LINUX) && defined(__arm__)
This patch looks good to me.
However, I believe I'll hold off until the branch is created to check
it in. I don't think that ARM Linux was on our list of Java targets
(though we have had reports of it working in the past, I think), and
I'm trying to abide by the checkin rules that Mark has laid down.
Meanwhile, I've also forwarded this patch to Hans Boehm for his
inspection. If he likes it presumably it will end up in the master GC
sources.
Thanks,
Tom