annotate config/bootstrap-ubsan.mk @ 117:f81c5aa9f14f

fix
author mir3636
date Tue, 28 Nov 2017 21:17:15 +0900
parents 04ced10e8804
children 84e7813d76e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 # This option enables -fsanitize=undefined for stage2 and stage3.
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 STAGE2_CFLAGS += -fsanitize=undefined
kono
parents:
diff changeset
4 STAGE3_CFLAGS += -fsanitize=undefined
kono
parents:
diff changeset
5 POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan \
kono
parents:
diff changeset
6 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \
kono
parents:
diff changeset
7 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/ \
kono
parents:
diff changeset
8 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/.libs