summaryrefslogtreecommitdiffstats
path: root/config/bootstrap-asan.mk
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-29 18:10:21 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-29 18:10:21 +0000
commit5b4c6831b5880029a3c1996aa50ba737b845516d (patch)
tree4c1d8b9e86faf1d89f3fde7a22f0acefc5c08ad8 /config/bootstrap-asan.mk
parent34d262ca8293ae0fc789f7626d1851a64a4c6ed0 (diff)
downloadppe42-gcc-5b4c6831b5880029a3c1996aa50ba737b845516d.tar.gz
ppe42-gcc-5b4c6831b5880029a3c1996aa50ba737b845516d.zip
Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/
* bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205539 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 e3f34f5ad49..fbef02125dc 100644
--- a/config/bootstrap-asan.mk
+++ b/config/bootstrap-asan.mk
@@ -3,5 +3,6 @@
STAGE2_CFLAGS += -fsanitize=address
STAGE3_CFLAGS += -fsanitize=address
POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \
+ -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \
-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ \
-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
OpenPOWER on IntegriCloud