summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-29 10:14:21 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-29 10:14:21 +0000
commitdbdb7b34da95d912b34192e51e2b5b6a872961f0 (patch)
tree0ed145a1209fd658e2d94ea954ef08b2f340221a /gcc/doc
parentbca3f7b8ce8466f214026ee0fd0692fcc8260bed (diff)
downloadgcc-dbdb7b34da95d912b34192e51e2b5b6a872961f0.tar.gz
* doc/install.texi (Building): Add a sentence about building Ada
for a canadian cross. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73031 138bc75d-0d04-0410-961f-82ee72b054a4
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 aea2649d375..072f6be8884 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1394,7 +1394,9 @@ 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}.
+@samp{make gnatlib cross-gnattools ada.all.cross}. For a canadian
+cross you only need to invoke @samp{make cross-gnattools}; the GNAT
+library would be the same as the one built for the cross compiler.
For example, you can build a native Ada compiler by issuing the
following commands (assuming @command{make} is GNU make):