diff mbox series

doc: document all.cross and *.encap make targets

Message ID Zp0VN-Xb9bod6zfp@Z926fQmE5jqhFMgp6
State New
Headers show
Series doc: document all.cross and *.encap make targets | expand

Commit Message

Etienne Buira July 21, 2024, 2:03 p.m. UTC
Informations were took from gcc/Makefile.in
---
 gcc/doc/sourcebuild.texi | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 66c4206bfc2..455836a583d 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -712,9 +712,12 @@  standard rule in @file{gcc/Makefile.in} to the variable
 
 @table @code
 @item all.cross
-@itemx start.encap
-@itemx rest.encap
-FIXME: exactly what goes in each of these targets?
+This is what to compile if making a cross-compiler.
+@item start.encap
+Build what must be done before installing GCC and converting libraries.
+@item rest.encap
+Build what must be done before installing GCC and converting libraries
+that cannot be done in @code{start.encap}.
 @item tags
 Build an @command{etags} @file{TAGS} file in the language subdirectory
 in the source tree.