summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-12-12 13:45:36 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-12-12 13:45:36 +0000
commit22158f58f7787edcfc7b7fa7596da5ef0ffdcfdc (patch)
tree46923342911320e7a4b72261ad289232b3e4de33
parent6bac6364c28430cbb6bd3b3485e59c7800ea9a09 (diff)
downloadgdb-22158f58f7787edcfc7b7fa7596da5ef0ffdcfdc.tar.gz
Add bootstrap-asan.mk
* bootstrap-asan.mk: New file.
-rw-r--r--config/ChangeLog4
-rw-r--r--config/bootstrap-asan.mk6
2 files changed, 10 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 56dc9b3bad6..ed6fc878b27 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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*.
diff --git a/config/bootstrap-asan.mk b/config/bootstrap-asan.mk
new file mode 100644
index 00000000000..d37a9da6bbf
--- /dev/null
+++ b/config/bootstrap-asan.mk
@@ -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