]> gcc.gnu.org Git - gcc.git/commitdiff
Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 29 Nov 2013 18:10:21 +0000 (18:10 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 29 Nov 2013 18:10:21 +0000 (10:10 -0800)
* bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add
-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/.

From-SVN: r205539

config/ChangeLog
config/bootstrap-asan.mk

index 6434f337ae92ca4562e3cce5a4be9fb310df7625..b0297d52d1a18e25a2ad88194057196fb0a63f49 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add
+       -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/.
+
 2013-11-19  Marek Polacek  <polacek@redhat.com>
 
        * bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.
index e3f34f5ad49ea0e7df17d3b6d2423d4230611430..fbef02125dca4d7c9d06763e039225c052f89237 100644 (file)
@@ -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
This page took 0.063303 seconds and 5 git commands to generate.