From: schwab Date: Wed, 29 Oct 2003 10:14:21 +0000 (+0000) Subject: * doc/install.texi (Building): Add a sentence about building Ada X-Git-Tag: upstream/4.9.2~75670 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbdb7b34da95d912b34192e51e2b5b6a872961f0;p=platform%2Fupstream%2Flinaro-gcc.git * 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 --- 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 + + * doc/install.texi (Building): Add a sentence about building Ada + for a canadian cross. + 2003-10-28 Zack Weinberg * 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):