From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21041 invoked by alias); 9 Jun 2004 07:30:11 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 21031 invoked from network); 9 Jun 2004 07:30:10 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sourceware.org with SMTP; 9 Jun 2004 07:30:10 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BXxXF-0005mD-00 for ; Wed, 09 Jun 2004 09:30:09 +0200 Received: from paride.rett.polimi.it ([131.175.65.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Jun 2004 09:30:09 +0200 Received: from bonzini by paride.rett.polimi.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Jun 2004 09:30:09 +0200 To: gcc-patches@gcc.gnu.org From: Paolo Bonzini Subject: Re: [toplevel bootstrap PATCH] Add profiledbootstrap Date: Wed, 09 Jun 2004 10:45:00 -0000 Message-ID: <40C6BB7A.2030707@gnu.org> References: <40BEEB10.6010903@gnu.org> <40C67425.4000001@twcny.rr.com> <20040609040014.GA28274@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org Cc: gcc-patches@gcc.gnu.org X-Gmane-NNTP-Posting-Host: paride.rett.polimi.it User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) In-Reply-To: <20040609040014.GA28274@nevyn.them.org> X-SW-Source: 2004-06/txt/msg00501.txt.bz2 Message-ID: <20040609104500.8-VqaivaPZe4e30Ym_z7bgR9cj4fmyAngimFSgg_DuA@z> > Even if they are a GNU makeism, the question is whether they'll cause > parse errors in other Make implementations - the bootstrap rules belong > to GCC. Anyway, the bootstrap rules are under @if gcc-bootstrap so they could use GNU make rules -- not that this is a good idea IMHO. > The GNU make manual does not list them as an extension, so I assume > they are at least a little portable... Yes, they are. Paolo