Extend --with-zstd documentation
authorBruno Haible <bruno@clisp.org>
Wed, 11 May 2022 15:10:07 +0000 (17:10 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 24 May 2022 11:23:43 +0000 (13:23 +0200)
commit3677eb80b683cead7db972bc206fd2e75d997bd2
tree9fb159aaef3f701b8f0466ff9af26f87bc4c4593
parent91c7c5edd2c1d31bf379be1d077b39644391cc31
Extend --with-zstd documentation

The patch that was so far added for documenting --with-zstd is pretty
minimal:
  - it refers to undocumented options --with-zstd-include and
    --with-zstd-lib;
  - it suggests that --with-zstd can be used without an argument;
  - it does not clarify how this option applies to cross-compilation.

How about adding the same details as for the --with-isl,
--with-isl-include, --with-isl-lib options, mutatis mutandis? This patch
does that.

PR other/105527

gcc/ChangeLog:

* doc/install.texi (Configuration): Add more details about --with-zstd.
Document --with-zstd-include and --with-zstd-lib

Signed-off-by: Bruno Haible <bruno@clisp.org>
gcc/doc/install.texi