This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Delete GCJ
- From: Andrew Haley <aph at redhat dot com>
- To: Rainer Orth <ro at CeBiTec dot Uni-Bielefeld dot DE>, Matthias Klose <doko at debian dot org>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Tue, 4 Oct 2016 09:41:38 +0100
- Subject: Re: [PATCH] Delete GCJ
- Authentication-results: sourceware.org; auth=none
- References: <78f841e7-808b-58d0-7913-3ec0d19630a0@redhat.com> <ed89e6fc-8936-710a-5f52-9219c7235383@debian.org> <yddbmz0o6cs.fsf@CeBiTec.Uni-Bielefeld.DE>
On 04/10/16 09:39, Rainer Orth wrote:
> Hi Matthias,
>
>> On 05.09.2016 17:13, Andrew Haley wrote:
>>> As discussed. I think I should ask a Global reviewer to approve this
>>> one. For obvious reasons I haven't included the diffs to the deleted
>>> gcc/java and libjava directories. The whole tree, post GCJ-deletion,
>>> is at svn+ssh://gcc.gnu.org/svn/gcc/branches/gcj/gcj-deletion-branch
>>> if anyone would like to try it.
>>
>> still breaks bootstraps when configured with --enable-objc-gc.
>>
>> the immediate step should be to fix the bootstrap failure, as an additional step
>> to remove boehm-gc from the gcc sources and be able to use an external boehm-gc.
>
> the first part is handled by my unreviewed patch
>
> https://gcc.gnu.org/ml/gcc-patches/2016-09/msg02437.html
Looks obvious to me, fixes bootstrap. I think no-one will complain
if you check it in.
Andrew.