[newlib-cygwin/main] Cygwin: doc: Fix spacing in documentation for --without-cross-bootstrap flag
Jon Turney via Cygwin-cvs <[email protected]> Tue, 7 Oct 2025 20:52:15 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=940a21dc9ee32531c93d363fa319c2ebe4cae980 commit 940a21dc9ee32531c93d363fa319c2ebe4cae980 Author: Radek Bartoň <[email protected]> Date: Mon Jul 21 10:03:52 2025 +0200 Cygwin: doc: Fix spacing in documentation for --without-cross-bootstrap flag Signed-off-by: Radek Bartoň <[email protected]> Diff: --- winsup/doc/faq-programming.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index ae9bdb8dc..696a6462b 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -707,7 +707,7 @@ Build of <literal>cygserver</literal> can be skipped with <para> In combination, <literal>--disable-cygserver</literal>, <literal>--disable-dumper</literal>, <literal>--disable-utils</literal> -and <literal>--without-cross-bootstrap</literal> allow building of just +and <literal>--without-cross-bootstrap</literal> allow building of just <literal>cygwin1.dll</literal> and <literal>crt0.o</literal> for a stage2 compiler, when being built with stage1 compiler which does not support linking executables yet (because those files are missing).