This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH for Re: installation instructions; glitchlet


On Fri, Dec 27, 2002 at 04:40:33PM +0100, Gerald Pfeifer wrote:
> On Tue, 10 Dec 2002, Edward Welbourne wrote:
> >> I have just committed the following patch to mainline, so that it
> >> will be part of GCC 3.3 (and later).
> > good.  I note, however, that you still refer the reader back to the
> > configure script for `a complete list of supported models', though I
> > couldn't find such a list in the configure script; in particular, I
> > grepped for at least one of the names given in the `e.g.' and it
> > didn't show up.  How does one find the list ?
> 
> Sorry, I don't know (respectively, I couldn't find it). :-(

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)

[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.]

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]