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


Okay, fixed thusly.

Thanks for the explanation.

Gerald

2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* doc/install.texi (Configuration): Fix markup for reference to
	gcc/config.gcc.

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.159
diff -u -3 -p -r1.159 install.texi
--- doc/install.texi	31 Dec 2002 19:16:24 -0000	1.159
+++ doc/install.texi	3 Jan 2003 10:14:56 -0000
@@ -717,7 +717,7 @@ compiler should generate code for by def
 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
-@command{gcc/config.gcc} script for a complete list of supported models.
+@file{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]