From: H.J. Lu Date: Thu, 29 Nov 2012 17:00:38 +0000 (-0800) Subject: Add the missing file X-Git-Tag: releases/gcc-4.8.0~1694 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d029889864ac29255b9baeba93decb6afaf4bf9;p=thirdparty%2Fgcc.git Add the missing file From-SVN: r193942 --- diff --git a/config/bootstrap-asan.mk b/config/bootstrap-asan.mk new file mode 100644 index 000000000000..d37a9da6bbf5 --- /dev/null +++ b/config/bootstrap-asan.mk @@ -0,0 +1,6 @@ +# This option enables -fsanitize=address for stage2 and stage3. + +STAGE2_CFLAGS += -fsanitize=address +STAGE3_CFLAGS += -fsanitize=address +POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \ + -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs