diff options
author | Matthew Malcomson <matthew.malcomson@arm.com> | 2020-11-20 18:03:59 +0000 |
---|---|---|
committer | Matthew Malcomson <matthew.malcomson@arm.com> | 2020-11-23 11:26:49 +0000 |
commit | 4a8c54359a593e4e53192303159144dd70bfced1 (patch) | |
tree | 094fd8f4ca9ff854e4e0b997c142bbdacc3fcff4 /gcc | |
parent | 771a4552b63ede699c261d94c426451fad38793a (diff) | |
download | gcc-4a8c54359a593e4e53192303159144dd70bfced1.zip gcc-4a8c54359a593e4e53192303159144dd70bfced1.tar.gz gcc-4a8c54359a593e4e53192303159144dd70bfced1.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 297831f..cbfe859 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 |