From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3736 invoked by alias); 2 Nov 2011 21:10:58 -0000 Received: (qmail 3720 invoked by uid 22791); 2 Nov 2011 21:10:57 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Nov 2011 21:10:41 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RLi51-0004Fr-Ah for gcc-patches@gcc.gnu.org; Wed, 02 Nov 2011 22:10:39 +0100 Received: from 209-6-118-81.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com ([209.6.118.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Nov 2011 22:10:39 +0100 Received: from jason by 209-6-118-81.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Nov 2011 22:10:39 +0100 To: gcc-patches@gcc.gnu.org From: Jason Merrill Subject: Re: CFT: [build] Move crtstuff support to toplevel libgcc Date: Wed, 02 Nov 2011 21:29:00 -0000 Message-ID: <4EB1B1C3.5080709@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gcc-patches@gcc.gnu.org, Paolo Bonzini , Steve Ellcey , Hans-Peter Nilsson User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20111001 Thunderbird/7.0.1 In-Reply-To: X-IsSubscribed: yes 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 X-SW-Source: 2011-11/txt/msg00243.txt.bz2 This broke bootstrap on powerpc64-unknown-linux-gnu, due to a couple of problems with t-ppccomm. I fixed the missing backslashes, but the startup file recipes are clearly wrong as well: ecrti$(objext): $(srcdir)/config/rs6000/eabi-ci.S $(crt_compile) -c ecrti.S Note that they try to compile a source file which no longer exists. Jason From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4484 invoked by alias); 2 Nov 2011 21:11:29 -0000 Received: (qmail 4474 invoked by uid 22791); 2 Nov 2011 21:11:28 -0000 X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Nov 2011 21:11:11 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pA2LAV32018050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 2 Nov 2011 17:10:31 -0400 Received: from [127.0.0.1] (ovpn-113-63.phx2.redhat.com [10.3.113.63]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id pA2LASLK000974; Wed, 2 Nov 2011 17:10:29 -0400 Message-ID: <4EB1B1C3.5080709@redhat.com> Date: Wed, 02 Nov 2011 21:47:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20111001 Thunderbird/7.0.1 MIME-Version: 1.0 Newsgroups: gmane.comp.gcc.patches To: Rainer Orth CC: gcc-patches@gcc.gnu.org, Paolo Bonzini , Steve Ellcey , Hans-Peter Nilsson Subject: Re: CFT: [build] Move crtstuff support to toplevel libgcc References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2011-11/txt/msg00244.txt.bz2 Message-ID: <20111102214700.C-7atRWRHIBBAIQxfpNFTABlIOxKzG8sSfcwY-bJCvE@z> This broke bootstrap on powerpc64-unknown-linux-gnu, due to a couple of problems with t-ppccomm. I fixed the missing backslashes, but the startup file recipes are clearly wrong as well: ecrti$(objext): $(srcdir)/config/rs6000/eabi-ci.S $(crt_compile) -c ecrti.S Note that they try to compile a source file which no longer exists. Jason