This is the mail archive of the gcc@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, 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  <pfeifer@dbai.tuwien.ac.at>

	* 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


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