From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12844 invoked by alias); 29 Nov 2016 21:23:49 -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 12826 invoked by uid 89); 29 Nov 2016 21:23:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=boehm-gc, makefiledef, installtexi, makefile.def X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 29 Nov 2016 21:23:37 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 111F531B315; Tue, 29 Nov 2016 21:23:36 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-24.phx2.redhat.com [10.3.116.24]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uATLNYHR005454; Tue, 29 Nov 2016 16:23:34 -0500 Subject: Re: [PATCH] Delete GCJ To: Matthias Klose , Rainer Orth References: <78f841e7-808b-58d0-7913-3ec0d19630a0@redhat.com> <2b5de569-1efd-f407-49c2-c9fa84cc5315@ubuntu.com> <4964955d-4de1-618c-de41-835ca19f9932@ubuntu.com> <4FBA6B16-460A-4EBB-8809-0883A84ABEB7@mentor.com> <0bf14402-d4e6-5fb0-8a63-479903ed2141@ubuntu.com> <01B885DF-4340-43C6-A784-21326A9CA8CF@comcast.net> <10704c8f-fd72-8d13-17a1-f522e88345b2@ubuntu.com> <31916070-ce2d-423a-e942-33f0b3ebc227@ubuntu.com> <6747724B-4128-4C55-8625-91AA559A0D98@mentor.com> <885027a6-080b-ec6f-89df-533be4132b36@ubuntu.com> <41C15B32-0659-49F2-A918-8A83623E4BF8@codesourcery.com> <48b62bc3-2870-0113-d165-59057c186e54@ubuntu.com> <58331F83.9080801@codesourcery.com> <5297ad88-69fb-d93f-ea6e-c283136be478@ubuntu.com> <3e91e449-40fe-1159-cec0-49dcb00d99ab@ubuntu.com> Cc: Sandra Loosemore , Iain Sandoe , Mike Stump , Andrew Haley , GCC Patches , GCJ-patches , Peter Bergner From: Jeff Law Message-ID: <5f87341f-1428-d357-3778-ef1daa90d479@redhat.com> Date: Tue, 29 Nov 2016 21:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <3e91e449-40fe-1159-cec0-49dcb00d99ab@ubuntu.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-q4/txt/msg00035.txt.bz2 On 11/21/2016 04:23 PM, Matthias Klose wrote: > On 21.11.2016 18:16, Rainer Orth wrote: >> Hi Matthias, >> >>> ahh, didn't see that :-/ Now fixed, is this clearer now? >>> >>> The options @option{--with-target-bdw-gc-include} and >>> @option{--with-target-bdw-gc-lib} must always specified together for >> ^ be > > thanks to all sorting out the documentation issues. Now attaching the updated > diff. Ok to commit? > > Matthias > > > > 2016-11-19 Matthias Klose > > * Makefile.def: Remove reference to boehm-gc target module. > * configure.ac: Include pkg.m4, check for --with-target-bdw-gc > options and for the bdw-gc pkg-config module. > * configure: Regenerate. > * Makefile.in: Regenerate. > > gcc/ > > 2016-11-19 Matthias Klose > > * doc/install.texi: Document configure options --enable-objc-gc > and --with-target-bdw-gc. > > config/ > > 2016-11-19 Matthias Klose > > * pkg.m4: New file. > > libobjc/ > > 2016-11-19 Matthias Klose > > * configure.ac (--enable-objc-gc): Allow to configure with a > system provided boehm-gc. > * configure: Regenerate. > * Makefile.in (OBJC_BOEHM_GC_LIBS): Get value from configure. > * gc.c: Include system bdw-gc headers. > * memory.c: Likewise > * objects.c: Likewise > > boehm-gc/ > > 2016-11-19 Matthias Klose > > Remove OK. Jeff