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]

Re: --with-cpu


> I would recommend noting that it's only supported for two targets
> rs6000/ppc and sparcs.

Why is ARM configuration a secret? Anyway, here is the revised patch.

Index: configure.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/install/configure.html,v
retrieving revision 1.12
diff -u -r1.12 configure.html
--- configure.html	1998/09/01 09:40:11	1.12
+++ configure.html	1998/09/22 06:36:05
@@ -103,9 +103,12 @@
   thread support library.  This only effects the Objective-C compiler  and
   runtime library.
 
-  <li> <tt>--with-cpu=</tt><i>cpu</i> -- Specify which cpu variant the compiler should
-  generate code for by default.  This is currently only supported on the
-  RS6000/PowerPC ports.
+  <li> <tt>--with-cpu=</tt><i>cpu</i> -- Specify which cpu variant the
+  compiler should generate code for by default.  This is currently
+  only supported on two ports (powerpc and sparc). If configure does
+  not recognize the model name (e.g. 603e, or ultrasparc) you provide,
+  please check the configure script for a complete list of supported
+  models.
 
   <li> <tt>--enable-target-optspace</tt> -- Specify that target libraries should  be optimzied for code space instead of code speed.  This is the default for
   the m32r platform.


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