install.texi (Building): Add a sentence about building Ada for a canadian cross.
authorAndreas Schwab <schwab@suse.de>
Wed, 29 Oct 2003 10:14:21 +0000 (10:14 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Wed, 29 Oct 2003 10:14:21 +0000 (10:14 +0000)
* doc/install.texi (Building): Add a sentence about building Ada
for a canadian cross.

From-SVN: r73031

gcc/ChangeLog
gcc/doc/install.texi

index b5823a992d1f0cc1ab760860e54193825c8a02b6..4a192722d3e2d2b0bf5dade22696dc320c53b624 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-29  Andreas Schwab  <schwab@suse.de>
+
+       * doc/install.texi (Building): Add a sentence about building Ada
+       for a canadian cross.
+
 2003-10-28  Zack Weinberg  <zack@codesourcery.com>
 
        * config/ia64/ia64.c (cmptf_libfunc): New static.
index aea2649d3755057bf546c457d8760b99e5a7d914..072f6be88844fa557315313397b249e097e1bf98 100644 (file)
@@ -1394,7 +1394,9 @@ by @samp{make bootstrap}.  For a native build, you have to invoke
 @samp{make gnatlib_and_tools} in the @file{@var{objdir}/gcc}
 subdirectory before proceeding with the next steps.
 For a cross build, you need to invoke
-@samp{make gnatlib cross-gnattools ada.all.cross}.
+@samp{make gnatlib cross-gnattools ada.all.cross}.  For a canadian
+cross you only need to invoke @samp{make cross-gnattools}; the GNAT
+library would be the same as the one built for the cross compiler.
 
 For example, you can build a native Ada compiler by issuing the
 following commands (assuming @command{make} is GNU make):