From: H.J. Lu Date: Mon, 25 Feb 2013 16:18:39 +0000 (+0000) Subject: Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbf1afa422a1a3399b521719c0beaaf3ac655fc4;p=gcc.git Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ * bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/. From-SVN: r196264 --- diff --git a/config/ChangeLog b/config/ChangeLog index c6e8b256e7a..68b911932a2 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2013-02-25 H.J. Lu + + * bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add + -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/. + 2013-01-15 Richard Biener PR other/55973 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