aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@act-europe.fr>2003-10-27 16:35:26 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2003-10-27 16:35:26 +0100
commit436d77152ec4cab4dc3837ce5b30dc09cf8a234b (patch)
treee94374cbf4c94dfd94c411550ef09a37bba89457 /gcc/doc
parent934ef487f36ae180fdf2720a59fd80e10a92baed (diff)
downloadgcc-436d77152ec4cab4dc3837ce5b30dc09cf8a234b.zip
gcc-436d77152ec4cab4dc3837ce5b30dc09cf8a234b.tar.gz
gcc-436d77152ec4cab4dc3837ce5b30dc09cf8a234b.tar.bz2
* doc/install.texi: Update instructions for Ada cross builds
From-SVN: r72986
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 4b89617..aea2649 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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):