* doc/install.texi: Update instructions for Ada cross builds

From-SVN: r72986
This commit is contained in:
Arnaud Charlet 2003-10-27 16:35:26 +01:00 committed by Arnaud Charlet
parent 934ef487f3
commit 436d77152e
2 changed files with 5 additions and 1 deletions

View 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.

View 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):