Commit ee095310 by Matt Kraai Committed by Matt Kraai

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

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

From-SVN: r78162
parent c0694c4b
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment