aboutsummaryrefslogtreecommitdiff
path: root/config/bootstrap-asan.mk
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2013-02-25 16:18:39 +0000
committerH.J. Lu <hongjiu.lu@intel.com>2013-02-25 16:18:39 +0000
commitde914e9f46de0e3efd41b5d53e67356dea74087e (patch)
treec675b71b2bdbd2bedaabf43c6a4fdf52180a8a13 /config/bootstrap-asan.mk
parent4c5bee19de9c519349cb35d3544cf095af19ab72 (diff)
Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/
* bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@196264 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/bootstrap-asan.mk')
-rw-r--r--config/bootstrap-asan.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/bootstrap-asan.mk b/config/bootstrap-asan.mk
index d37a9da6bbf..e3f34f5ad49 100644
--- a/config/bootstrap-asan.mk
+++ b/config/bootstrap-asan.mk
@@ -3,4 +3,5 @@
STAGE2_CFLAGS += -fsanitize=address
STAGE3_CFLAGS += -fsanitize=address
POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \
+ -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ \
-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs