From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25698 invoked by alias); 29 Apr 2009 17:15:31 -0000 Received: (qmail 25685 invoked by uid 22791); 29 Apr 2009 17:15:28 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from caip.rutgers.edu (HELO caip.rutgers.edu) (128.6.236.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Apr 2009 17:15:21 +0000 Received: from caipclassic.rutgers.edu (caipclassic.rutgers.edu [128.6.237.54]) by caip.rutgers.edu (8.13.8/8.13.8) with ESMTP id n3THDKIw012080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Apr 2009 13:13:21 -0400 Date: Wed, 29 Apr 2009 20:18:00 -0000 From: "Kaveh R. GHAZI" To: "Joseph S. Myers" cc: Richard Earnshaw , Joern Rennecke , Ian Lance Taylor , gcc@gcc.gnu.org Subject: Re: gcc-in-cxx update / multi-targeted gcc In-Reply-To: Message-ID: References: <20090429064704.r7nzgfg18okko8s8-nzlynne@webmail.spamcop.net> <20090429080137.5f8zrz45vs4008kw-nzlynne@webmail.spamcop.net> <1241011565.21004.40.camel@pc960.cambridge.arm.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg00790.txt.bz2 On Wed, 29 Apr 2009, Joseph S. Myers wrote: > On Wed, 29 Apr 2009, Richard Earnshaw wrote: > > If you are building a non-C front end without bootstrapping you need at > least 2.95: > > To build all languages in a cross-compiler or other configuration where > 3-stage bootstrap is not performed, you need to start with an existing > GCC binary (version 2.95 or later) because source code for language > frontends other than C might use GCC extensions. STRICT_WARN (i.e. -pedantic) was added to all the frontends (except Ada) many years ago. So this comment about use of extensions requiring gcc-2.95 might be obsolete. I suspect you may be able to cross-build all of non-ada GCC with any ISO C compiler right now (I haven't tried it though since I don't have access to an appropriate system.) --Kaveh