From de914e9f46de0e3efd41b5d53e67356dea74087e Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 25 Feb 2013 16:18:39 +0000 Subject: 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 --- config/bootstrap-asan.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'config/bootstrap-asan.mk') 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 -- cgit v1.2.3