https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105527

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>:

https://gcc.gnu.org/g:3677eb80b683cead7db972bc206fd2e75d997bd2

commit r13-728-g3677eb80b683cead7db972bc206fd2e75d997bd2
Author: Bruno Haible <br...@clisp.org>
Date:   Wed May 11 17:10:07 2022 +0200

    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 <br...@clisp.org>

Reply via email to