diff options
author | Alan Modra <amodra@gmail.com> | 2016-12-08 09:50:17 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-12-08 21:35:11 +1030 |
commit | da17fe9de923fcee29e6f809693eb7e590966575 (patch) | |
tree | 9b3066ea97e529f3673f151d67047712ab1b6954 /config/bootstrap-asan.mk | |
parent | 8e2a4f11d477986aa360a3b588d35a194efe58f8 (diff) | |
download | gdb-da17fe9de923fcee29e6f809693eb7e590966575.zip gdb-da17fe9de923fcee29e6f809693eb7e590966575.tar.gz gdb-da17fe9de923fcee29e6f809693eb7e590966575.tar.bz2 |
sync binutils config/ with gcc
config/
* acx.m4: Import from gcc.
* bootstrap-asan.mk: Likewise.
* multi.m4: Likewise.
/
* configure: Regnerate.
gas/
* configure: Regnerate.
ld/
* configure: Regnerate.
libiberty/
* configure: Regnerate.
zlib/
* configure: Regnerate.
Diffstat (limited to 'config/bootstrap-asan.mk')
-rw-r--r-- | config/bootstrap-asan.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bootstrap-asan.mk b/config/bootstrap-asan.mk index 70baaf9..e73d4c2 100644 --- a/config/bootstrap-asan.mk +++ b/config/bootstrap-asan.mk @@ -1,7 +1,7 @@ # This option enables -fsanitize=address for stage2 and stage3. # Suppress LeakSanitizer in bootstrap. -export LSAN_OPTIONS="detect_leaks=0" +export ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1 STAGE2_CFLAGS += -fsanitize=address STAGE3_CFLAGS += -fsanitize=address |