]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi (Building the Ada compiler): Remove example.
authorMatt Kraai <kraai@alumni.cmu.edu>
Fri, 20 Feb 2004 09:11:50 +0000 (09:11 +0000)
committerMatt Kraai <kraai@gcc.gnu.org>
Fri, 20 Feb 2004 09:11:50 +0000 (09:11 +0000)
* doc/install.texi (Building the Ada compiler): Remove
        example.

From-SVN: r78162

gcc/ChangeLog
gcc/doc/install.texi

index 74f4343b91b69e170d1940d5ebfa2cd05e1fe317..4b23f4e2222c1c1bfc71c40dc8e889744be749f1 100644 (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.
index 932c6a3ae052e8a1c0c1072cd35eead566d37cd5..17a54f2132aa5a5e3470caf6d1a020dda0409a48 100644 (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