]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - manual/install.texi
Add --with-timeoutfactor=NUM to specify TIMEOUTFACTOR
[thirdparty/glibc.git] / manual / install.texi
index 46f73b538d3fee6fd4db9b7e6a8fb98402259289..fce5155c22ec6eb4a251e55800cf30710d11cc92 100644 (file)
@@ -131,6 +131,11 @@ that the objects in @file{libc_nonshared.a} are compiled with this flag
 (although this will not affect the generated code in this particular
 case and potentially change debugging information and metadata only).
 
+@item --with-timeoutfactor=@var{NUM}
+Specify an integer @var{NUM} to scale the timeout of test programs.
+This factor can be changed at run time using @env{TIMEOUTFACTOR}
+environment variable.
+
 @c disable static doesn't work currently
 @c @item --disable-static
 @c Don't build static libraries.  Static libraries aren't that useful these