From: Arnaud Charlet Date: Mon, 27 Oct 2003 15:35:26 +0000 (+0100) Subject: * doc/install.texi: Update instructions for Ada cross builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=436d77152ec4cab4dc3837ce5b30dc09cf8a234b;p=gcc.git * doc/install.texi: Update instructions for Ada cross builds From-SVN: r72986 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 25ec2ab4f74..20dd670c244 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2003-10-27 Arnaud Charlet + * 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 4b89617f0f5..aea2649d375 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):