aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2013-02-25 16:18:39 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2013-02-25 08:18:39 -0800
commitfbf1afa422a1a3399b521719c0beaaf3ac655fc4 (patch)
treec675b71b2bdbd2bedaabf43c6a4fdf52180a8a13 /config
parent259ee451e5455640a2ca975d45725496e08fab8e (diff)
downloadgcc-fbf1afa422a1a3399b521719c0beaaf3ac655fc4.zip
gcc-fbf1afa422a1a3399b521719c0beaaf3ac655fc4.tar.gz
gcc-fbf1afa422a1a3399b521719c0beaaf3ac655fc4.tar.bz2
Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/
* bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/. From-SVN: r196264
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog5
-rw-r--r--config/bootstrap-asan.mk1
2 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index c6e8b256..68b9119 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-25 H.J. Lu <hongjiu.lu@intel.com>
+
+ * bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add
+ -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.
+
2013-01-15 Richard Biener <rguenther@suse.de>
PR other/55973
diff --git a/config/bootstrap-asan.mk b/config/bootstrap-asan.mk
index d37a9da..e3f34f5 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