mirror of git://gcc.gnu.org/git/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
This commit is contained in:
parent
259ee451e5
commit
fbf1afa422
|
@ -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>
|
2013-01-15 Richard Biener <rguenther@suse.de>
|
||||||
|
|
||||||
PR other/55973
|
PR other/55973
|
||||||
|
|
|
@ -3,4 +3,5 @@
|
||||||
STAGE2_CFLAGS += -fsanitize=address
|
STAGE2_CFLAGS += -fsanitize=address
|
||||||
STAGE3_CFLAGS += -fsanitize=address
|
STAGE3_CFLAGS += -fsanitize=address
|
||||||
POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \
|
POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \
|
||||||
|
-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ \
|
||||||
-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
|
-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
|
||||||
|
|
Loading…
Reference in New Issue