Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/
[deliverable/binutils-gdb.git] / config / bootstrap-ubsan.mk
CommitLineData
4d7b5c97
JBG
1# This option enables -fsanitize=undefined for stage2 and stage3.
2
3STAGE2_CFLAGS += -fsanitize=undefined
4STAGE3_CFLAGS += -fsanitize=undefined
a5c9fbf2 5POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan -lpthread -ldl \
4d7b5c97
JBG
6 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/ \
7 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/.libs
This page took 0.029631 seconds and 4 git commands to generate.