* doc/install.texi: Update instructions for Ada cross builds
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Oct 2003 15:35:26 +0000 (15:35 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Oct 2003 15:35:26 +0000 (15:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72986 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/install.texi

index 25ec2ab..20dd670 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 4b89617..aea2649 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):