From: Matthew Malcomson Date: Fri, 20 Nov 2020 18:03:59 +0000 (+0000) Subject: Document bootstrap-asan configure option X-Git-Tag: releases/gcc-10.3.0~601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=959a7f0beab1a9a9b96f8b1bc3bf1f2d325982f7;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 b7757b544a49..7d98ec4190ae 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2761,6 +2761,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