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

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

From-SVN: r78162
This commit is contained in:
Matt Kraai 2004-02-20 09:11:50 +00:00 committed by Matt Kraai
parent c0694c4b78
commit ee09531012
2 changed files with 5 additions and 9 deletions

View file

@ -1,3 +1,8 @@
2004-02-20 Matt Kraai <kraai@alumni.cmu.edu>
* doc/install.texi (Building the Ada compiler): Remove
example.
2004-02-20 James E Wilson <wilson@specifixinc.com>
* toplev.c (dump_file_index, dump_file): Put ce3 before rnreg.

View file

@ -1453,15 +1453,6 @@ and has a sufficiently recent version; if too old a GNAT version is
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