https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105527
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-12 branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:394ff2fbfc84eb6d6cfc56b04e28ee9b42a5ab57 commit r12-8412-g394ff2fbfc84eb6d6cfc56b04e28ee9b42a5ab57 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> (cherry picked from commit 3677eb80b683cead7db972bc206fd2e75d997bd2)