This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

committed: updated Ada build instructions


Since they involve Ada, I assume I can commit these changes
directly. If not, let me know, and I'll change my procedures.

in gcc:
2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>

	* doc/install.texi: Update instructions for Ada cross builds
--
Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.230
diff -u -r1.230 install.texi
--- install.texi	20 Oct 2003 23:45:51 -0000	1.230
+++ install.texi	27 Oct 2003 15:14:08 -0000
@@ -1390,9 +1390,11 @@
 @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):


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]