From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31766 invoked by alias); 20 Nov 2011 21:54:14 -0000 Received: (qmail 31749 invoked by uid 22791); 20 Nov 2011 21:54:13 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.fgznet.ch (HELO smtp.fgznet.ch) (81.92.96.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 20 Nov 2011 21:53:56 +0000 Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id pAKLRffP028003; Sun, 20 Nov 2011 22:27:43 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <4EC970DB.70002@fgznet.ch> Date: Sun, 20 Nov 2011 21:54:00 -0000 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Gerald Pfeifer CC: gcc-patches@gcc.gnu.org, Loren James Rittle , Java Patches Subject: Re: [patch] update configury for FreeBSD 10 on gcc-4.6 branch References: <4EC81130.2060304@fgznet.ch> <4EC82EB0.9010404@fgznet.ch> In-Reply-To: <4EC82EB0.9010404@fgznet.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-q4/txt/msg00005.txt.bz2 On 19.11.11 23:33, Andreas Tobler wrote: > On 19.11.11 23:15, Gerald Pfeifer wrote: >> On Sat, 19 Nov 2011, Andreas Tobler wrote: >>> the below patch updates the configury to be able to build gcc-4.6 on >>> FreeBSD 10. I attach only the source files which have changed. >> >>> libjava/libltdl/acinclude.m4 >> >> I don't see this one in your ChangeLog? > > Sigh, too many things in parallel: > > Index: libltdl/ChangeLog > =================================================================== > --- libltdl/ChangeLog (revision 181511) > +++ libltdl/ChangeLog (working copy) > @@ -1,3 +1,8 @@ > +2011-11-19 Andreas Tobler > + > + * acinclude.m4: Additional FreeBSD 10 fixes. > + * configure: Regenerate. > + > >> >>> Is this ok for 4.6 branch? >> >> Merging upstream changes from libtool that unbreak bootstrap on a >> primary platform and are completely specific and isolated to that >> platform should always be fine. >> >> You did not indicate how you tested it, but assuming a full bootstrap >> and testsuite run (which platform exactly?) please go ahead. Committed, thanks. Results are here: http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg02050.html And commit is this one: http://gcc.gnu.org/ml/gcc-cvs/2011-11/msg00829.html Andreas