From ee095310129544f22fbace75ad3090e4188ac251 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Fri, 20 Feb 2004 09:11:50 +0000 Subject: [PATCH] install.texi (Building the Ada compiler): Remove example. * doc/install.texi (Building the Ada compiler): Remove example. From-SVN: r78162 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 9 --------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 74f4343b91b..4b23f4e2222 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-02-20 Matt Kraai + + * doc/install.texi (Building the Ada compiler): Remove + example. + 2004-02-20 James E Wilson * toplev.c (dump_file_index, dump_file): Put ce3 before rnreg. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 932c6a3ae05..17a54f2132a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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