From 4a8c54359a593e4e53192303159144dd70bfced1 Mon Sep 17 00:00:00 2001 From: Matthew Malcomson Date: Fri, 20 Nov 2020 18:03:59 +0000 Subject: [PATCH] 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. --- gcc/doc/install.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 297831fda55..cbfe859310a 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 -- 2.30.2