aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi9
2 files changed, 5 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 74f4343..4b23f4e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 932c6a3..17a54f2 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