summaryrefslogtreecommitdiff
path: root/config/bootstrap-ubsan.mk
diff options
context:
space:
mode:
authorJan-Benedict Glaw <jbglaw@lug-owl.de>2013-10-16 20:45:19 +0000
committerJan-Benedict Glaw <jbglaw@lug-owl.de>2013-10-16 20:45:19 +0000
commita00e2d25a462d9e8d69e0371899c5e372a944695 (patch)
treeb520bb1a173719eece9f357a3a0d6119f798c522 /config/bootstrap-ubsan.mk
parent97434d434cd414893ffb3107f87aafca513812d8 (diff)
downloadgdb-a00e2d25a462d9e8d69e0371899c5e372a944695.tar.gz
2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* ChangeLog: Sync from GCC. * mh-darwin: Ditto. * bootstrap-ubsan.mk: Ditto.
Diffstat (limited to 'config/bootstrap-ubsan.mk')
-rw-r--r--config/bootstrap-ubsan.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/bootstrap-ubsan.mk b/config/bootstrap-ubsan.mk
new file mode 100644
index 00000000000..2d21e832e21
--- /dev/null
+++ b/config/bootstrap-ubsan.mk
@@ -0,0 +1,7 @@
+# This option enables -fsanitize=undefined for stage2 and stage3.
+
+STAGE2_CFLAGS += -fsanitize=undefined
+STAGE3_CFLAGS += -fsanitize=undefined
+POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan -lpthread \
+ -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/ \
+ -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/.libs