From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26545 invoked by alias); 5 Sep 2016 15:29:42 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 26519 invoked by uid 89); 5 Sep 2016 15:29:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=HTo:U*java-patches, U*aph, Hx-languages-length:774, Makefile.tpl X-Spam-User: qpsmtpd, 2 recipients X-HELO: einhorn.in-berlin.de Received: from einhorn.in-berlin.de (HELO einhorn.in-berlin.de) (192.109.42.8) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 05 Sep 2016 15:29:31 +0000 X-Envelope-From: doko@ubuntu.com Received: from [192.168.178.22] (ip5f5af463.dynamic.kabel-deutschland.de [95.90.244.99]) (authenticated bits=0) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-8) with ESMTP id u85FTS6Z027065 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 5 Sep 2016 17:29:28 +0200 Subject: Re: [PATCH] Delete GCJ To: Andrew Haley , GCC Patches , GCJ-patches References: <78f841e7-808b-58d0-7913-3ec0d19630a0@redhat.com> From: Matthias Klose Message-ID: Date: Mon, 05 Sep 2016 15:29:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <78f841e7-808b-58d0-7913-3ec0d19630a0@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-q3/txt/msg00013.txt.bz2 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. > > Andrew. > > > 2016-09-05 Andrew Haley > > * Makefile.def: Remove libjava. > * Makefile.tpl: Likewise. > * Makefile.in: Regenerate. > * configure.ac: Likewise. > * configure: Likewise. > * gcc/java: Remove. > * libjava: Likewise. Please consider removing boehm-gc as well. The only other user is --enable-objc-gc, which better should use an external boehm-gc. Matthias