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]

Remove example in "Building the Ada compiler" section of install.texi


Howdy,

In the "Building the Ada compiler" section of install.texi, there
is an example of how to build the Ada compiler.  It used to
contain Ada-specific commands, but it no longer does.

The following patch removes it.  I tested it by running "make
dvi-gcc" and "make info-gcc".

OK to commit?

-- 
Matt Kraai            kraai@ftbfs.org            http://ftbfs.org/

	* doc/install.texi (Building the Ada compiler): Remove
        example.

Index: gcc/doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.259
diff -u -r1.259 install.texi
--- gcc/doc/install.texi	11 Feb 2004 03:59:33 -0000	1.259
+++ gcc/doc/install.texi	11 Feb 2004 04:03:08 -0000
@@ -1453,15 +1453,6 @@
 installed, the build will fail unless @option{--enable-languages} is
 used to disable building the Ada front end.
 
-For example, you can build a native Ada compiler by issuing the
-following commands (assuming @command{make} is GNU make):
-
-@smallexample
-    cd @var{objdir}
-    @var{srcdir}/configure --enable-languages=c,ada
-    make bootstrap
-@end smallexample
-
 @section Building with profile feedback
 
 It is possible to use profile feedback to optimize the compiler itself.  This


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