From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103764 invoked by alias); 5 Sep 2016 18:37:13 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 103746 invoked by uid 89); 5 Sep 2016 18:37:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=contrib, U*doko, deleting X-HELO: mail-it0-f46.google.com Received: from mail-it0-f46.google.com (HELO mail-it0-f46.google.com) (209.85.214.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 05 Sep 2016 18:37:02 +0000 Received: by mail-it0-f46.google.com with SMTP id c198so158457912ith.1 for ; Mon, 05 Sep 2016 11:37:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=XHnkr6cqB0OBL4/5cKmT7cmUF+EkdIRBor0JW80gy+4=; b=FOOZZpZkss18lrOA8Upztc0TyssGYc8wDI84h8jW+LvgdgsSz5yrElXarkAwSKB0I3 1vYtzHF9Of0iKDKjIW/zjYVJT2oCNXEejC0HsAuwF2ivai8K22UGeYZX4MRPW6fvZAiM UJ0RYWF4m72MuPjsvByItSP6zCZpQa96L+t1aAPherIAZuCKyMeDNJ3B2Q7GioXFEYOP JOpASK6iFKqoQZWT4GK2/hU+dQ++AyfNqRw52R1ywoapkh6T1zucmsKv+0qPwLyQ+tQM MZkMtAZZRIZCHxRldRE6WPNcZQA9WuQ4ybUcbJF3OoFdRUWWIF9XBy3XqVu5jvDenI44 QFwg== X-Gm-Message-State: AE9vXwOe9SoruHhvWX5ulSkAgz4OTP6TWnN9BFca/O2iCzDcs2qNDy9OHp4kSskQ4fqffq+tDOb8ltDWUCUVcuyY X-Received: by 10.36.253.3 with SMTP id m3mr367620ith.6.1473100621256; Mon, 05 Sep 2016 11:37:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.98.148 with HTTP; Mon, 5 Sep 2016 11:37:00 -0700 (PDT) In-Reply-To: References: <78f841e7-808b-58d0-7913-3ec0d19630a0@redhat.com> From: Eric Gallager Date: Mon, 05 Sep 2016 18:38:00 -0000 Message-ID: Subject: Re: [PATCH] Delete GCJ To: Matthias Klose Cc: Andrew Haley , GCC Patches , GCJ-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00236.txt.bz2 On 9/5/16, Matthias Klose wrote: > 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 > > How about a compromise to have it be downloaded with the contrib/download_prerequisites script, instead of entirely keeping it, or entirely deleting it? Eric