From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14912 invoked by alias); 31 Dec 2002 10:43:14 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 14891 invoked from network); 31 Dec 2002 10:43:11 -0000 Received: from unknown (HELO vexpert.dbai.tuwien.ac.at) (128.130.111.12) by 209.249.29.67 with SMTP; 31 Dec 2002 10:43:11 -0000 Received: from [128.130.111.23] (pulcherrima [128.130.111.23]) by vexpert.dbai.tuwien.ac.at (8.12.6/8.12.6) with ESMTP id gBVAguB5021809; Tue, 31 Dec 2002 11:42:56 +0100 (CET) Date: Tue, 31 Dec 2002 03:42:00 -0000 From: Gerald Pfeifer To: Daniel Jacobowitz cc: Edward Welbourne , gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org, "David S. Miller" , Jakub Jelinek Subject: Re: PATCH for Re: installation instructions; glitchlet In-Reply-To: <20021227163001.GA2948@nevyn.them.org> Message-ID: References: <20021227163001.GA2948@nevyn.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-12/txt/msg01619.txt.bz2 On Fri, 27 Dec 2002, Daniel Jacobowitz wrote: > You can find it in config.gcc, It's around line 2665. However it only > works for a couple of platforms. Looks like ARM, PowerPC, SPARC, and > v850. For SPARC the list is: > > case ".$with_cpu" in > .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9) Thanks for the feedback; I just committed the patch below to mainline and the 3.3-branch. > [My patch to use --with-cpu across all architectures was never > reviewed and is now out of date again. I'll resubmit it when I feel > like being ignored next.] I would review it if I could, but it definitely sounds desirable! Gerald 2002-12-31 Gerald Pfeifer * doc/install.texi (Configuration): Explicitly refer gcc/config.gcc for a list of cpu models. Index: doc/install.texi =================================================================== RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v retrieving revision 1.157 diff -u -3 -p -r1.157 install.texi --- doc/install.texi 30 Dec 2002 21:33:42 -0000 1.157 +++ doc/install.texi 31 Dec 2002 10:34:01 -0000 @@ -716,8 +716,8 @@ Specify which cpu variant the compiler should generate code for by default. This is currently only supported on some ports, specifically arm, powerpc, and SPARC@. If configure does not recognize the model name (e.g.@: arm700, -603e, or ultrasparc) you provide, please check the configure script -for a complete list of supported models. +603e, or ultrasparc) you provide, please check the +@command{gcc/config.gcc} script for a complete list of supported models. @item --enable-altivec Specify that the target supports AltiVec vector enhancements. This