* doc/install.texi: Update instructions for Ada cross builds
authorArnaud Charlet <charlet@act-europe.fr>
Mon, 27 Oct 2003 15:35:26 +0000 (16:35 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 27 Oct 2003 15:35:26 +0000 (16:35 +0100)
From-SVN: r72986

gcc/ChangeLog
gcc/doc/install.texi

index 25ec2ab4f746a07aa57b69723aa4f96df671def8..20dd670c244441908aa8e561a03ddb8833dfbe6f 100644 (file)
@@ -1,5 +1,7 @@
 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
 
+       * doc/install.texi: Update instructions for Ada cross builds
+
        PR ada/5909:
        * doc/sourcebuild.texi: Document Ada test suite.
 
index 4b89617f0f530e5d12a23e9754f9bf3e563dd2d7..aea2649d3755057bf546c457d8760b99e5a7d914 100644 (file)
@@ -1390,9 +1390,11 @@ source distribution):
 @end example
 
 At the moment, the GNAT library and several tools for GNAT are not built
-by @samp{make bootstrap}.  You have to invoke
+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}.
 
 For example, you can build a native Ada compiler by issuing the
 following commands (assuming @command{make} is GNU make):