aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/doc/install.texi4
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 25ec2ab..20dd670 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
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):