aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-12-13 23:17:48 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2022-12-21 11:39:28 +0000
commit1b5fc91a1daa90fb955f57937f4590c5079dd161 (patch)
tree211fafa595425c9c264c195d41fcb91063588961 /winsup/doc
parent87968453dda533a21a4a8dccd2c573cd16c40695 (diff)
downloadnewlib-1b5fc91a1daa90fb955f57937f4590c5079dd161.zip
newlib-1b5fc91a1daa90fb955f57937f4590c5079dd161.tar.gz
newlib-1b5fc91a1daa90fb955f57937f4590c5079dd161.tar.bz2
Cygwin: configure: Add option to disable building 'dumper'
Rather than guessing, based on just the presence of libbfd, add an explicit configuration option, to build dumper or not, defaulting to building it. This might have some use when bootstrapping Cygwin for a new architecture, or when building your own Cygwin-targetted cross-compiler, rather than installing one from the copr, along with the dependencies of libbfd.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/faq-programming.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml
index a24b781..24c7f92 100644
--- a/winsup/doc/faq-programming.xml
+++ b/winsup/doc/faq-programming.xml
@@ -685,7 +685,8 @@ installed; you at least need <literal>gcc-g++</literal>,
<para>
Additionally, building the <code>dumper</code> utility requires
<literal>gettext-devel</literal>, <literal>libiconv-devel</literal>
-<literal>zlib-devel</literal>.
+<literal>zlib-devel</literal>. Building this program can be disabled with the
+<literal>--disable-dumper</literal> option to <literal>configure</literal>.
</para>
<para>