mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 14:04:12 +00:00
Add bootstrap-asan.mk
* bootstrap-asan.mk: New file.
This commit is contained in:
parent
e3deeb9c3a
commit
8f7adb5a6c
@ -1,3 +1,7 @@
|
||||
2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* bootstrap-asan.mk: New file.
|
||||
|
||||
2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* dfp.m4 (enable_decimal_float): Enable for i?86*-*-gnu*.
|
||||
|
6
config/bootstrap-asan.mk
Normal file
6
config/bootstrap-asan.mk
Normal file
@ -0,0 +1,6 @@
|
||||
# This option enables -fsanitize=address for stage2 and stage3.
|
||||
|
||||
STAGE2_CFLAGS += -fsanitize=address
|
||||
STAGE3_CFLAGS += -fsanitize=address
|
||||
POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \
|
||||
-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
|
Loading…
x
Reference in New Issue
Block a user