From: trippels Date: Mon, 15 Sep 2014 06:33:18 +0000 (+0000) Subject: doc/install.texi: add documentation for --disable-libsanitizer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76e4118d8f8db50d774f6629bd91525ff4b3b7f8;p=thirdparty%2Fgcc.git doc/install.texi: add documentation for --disable-libsanitizer This patch adds an item for --disable-libsanitizer to the configuration documentation. The option is especially useful during bisection, because it reduces build time a lot. 2014-09-15 Markus Trippelsdorf * doc/install.texi (Options specification): add --disable-libsanitizer item. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215259 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 416f3c2b088b..81cfcfdc6511 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-09-15 Markus Trippelsdorf + + * doc/install.texi (Options specification): add + --disable-libsanitizer item. + 2014-09-14 James Clarke Francois-Xavier Coudert diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b1e9eb95d71c..75ac9a698c22 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1451,6 +1451,10 @@ be built. This can be useful for debugging, or for compatibility with previous Ada build procedures, when it was required to explicitly do a @samp{make -C gcc gnatlib_and_tools}. +@item --disable-libsanitizer +Specify that the run-time libraries for the various sanitizers should +not be built. + @item --disable-libssp Specify that the run-time libraries for stack smashing protection should not be built.