From: Matthew Malcomson Date: Fri, 20 Nov 2020 18:03:59 +0000 (+0000) Subject: Document bootstrap-asan configure option X-Git-Tag: basepoints/gcc-12~3012 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8c54359a593e4e53192303159144dd70bfced1;p=thirdparty%2Fgcc.git Document bootstrap-asan configure option Document how to configure using asan (bootstrap-asan option to the --with-build-config configure argument). gcc/ChangeLog: * doc/install.texi: Document bootstrap-asan option. --- diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 297831fda551..cbfe859310a0 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2798,6 +2798,10 @@ Arranges for the run time of each program started by the GCC driver, built in any stage, to be logged to @file{time.log}, in the top level of the build tree. +@item @samp{bootstrap-asan} +Compiles GCC itself using Address Sanitization in order to catch invalid memory +accesses within the GCC code. + @end table @section Building a cross compiler