mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/
* bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/.
This commit is contained in:
parent
a5c9fbf2ce
commit
c9ae340d17
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user