diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-27 15:35:26 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-27 15:35:26 +0000 |
commit | a30cf0c62e30593b33c4c06764d668a2292918b0 (patch) | |
tree | e94374cbf4c94dfd94c411550ef09a37bba89457 /gcc | |
parent | e9c7122b066450e0f5cec3bd7b57a99030ae3322 (diff) | |
download | ppe42-gcc-a30cf0c62e30593b33c4c06764d668a2292918b0.tar.gz ppe42-gcc-a30cf0c62e30593b33c4c06764d668a2292918b0.zip |
* doc/install.texi: Update instructions for Ada cross builds
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72986 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 5 insertions, 1 deletions
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 <charlet@act-europe.fr> + * 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): |