aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-05-11 13:21:26 +0200
committerMartin Liska <mliska@suse.cz>2022-05-11 14:02:18 +0200
commit8fa689767a8a55c889683d178ae3a003ec689927 (patch)
tree3b9dfe02bf048473542e41c59e0915d7fb5f1ad8 /gcc/doc/install.texi
parentef14bba0a6f3836d41d75863e6516d21aef0e936 (diff)
downloadgcc-8fa689767a8a55c889683d178ae3a003ec689927.zip
gcc-8fa689767a8a55c889683d178ae3a003ec689927.tar.gz
gcc-8fa689767a8a55c889683d178ae3a003ec689927.tar.bz2
docs: document --with-zstd
PR other/105527 gcc/ChangeLog: * doc/install.texi: Document the configure option --with-zstd.
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r--gcc/doc/install.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 10bfcef..7639230 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2371,6 +2371,11 @@ For a native build and cross compiles that have target headers, the option's
default is derived from glibc's behavior. When glibc clamps float_t to double,
GCC follows and enables the option. For other cross compiles, the default is
disabled.
+
+@item --with-zstd
+Specify prefix directory for installed zstd library.
+Equivalent to @option{--with-zstd-include=PATH/include} plus
+@option{--with-zstd-lib=PATH/lib}.
@end table
@subheading Cross-Compiler-Specific Options