Commit 436d7715 by Arnaud Charlet Committed by Arnaud Charlet

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

From-SVN: r72986
parent 934ef487
2003-10-27 Arnaud Charlet <charlet@act-europe.fr> 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
* doc/install.texi: Update instructions for Ada cross builds
PR ada/5909: PR ada/5909:
* doc/sourcebuild.texi: Document Ada test suite. * doc/sourcebuild.texi: Document Ada test suite.
......
...@@ -1390,9 +1390,11 @@ source distribution): ...@@ -1390,9 +1390,11 @@ source distribution):
@end example @end example
At the moment, the GNAT library and several tools for GNAT are not built 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} @samp{make gnatlib_and_tools} in the @file{@var{objdir}/gcc}
subdirectory before proceeding with the next steps. 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 For example, you can build a native Ada compiler by issuing the
following commands (assuming @command{make} is GNU make): following commands (assuming @command{make} is GNU make):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment