aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-10-29 10:14:21 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2003-10-29 10:14:21 +0000
commite9da8a5af764758dab39da8afb53009bbd01e795 (patch)
tree0ed145a1209fd658e2d94ea954ef08b2f340221a /gcc
parentc9cca2c22cb88c71bb1cb9dbdd643853b6ddc30c (diff)
downloadgcc-e9da8a5af764758dab39da8afb53009bbd01e795.zip
gcc-e9da8a5af764758dab39da8afb53009bbd01e795.tar.gz
gcc-e9da8a5af764758dab39da8afb53009bbd01e795.tar.bz2
install.texi (Building): Add a sentence about building Ada for a canadian cross.
* doc/install.texi (Building): Add a sentence about building Ada for a canadian cross. From-SVN: r73031
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi4
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b5823a9..4a19272 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-29 Andreas Schwab <schwab@suse.de>
+
+ * doc/install.texi (Building): Add a sentence about building Ada
+ for a canadian cross.
+
2003-10-28 Zack Weinberg <zack@codesourcery.com>
* config/ia64/ia64.c (cmptf_libfunc): New static.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index aea2649..072f6be 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):