Module Name: src
Committed By: christos
Date: Sun Jun 5 01:17:57 UTC 2016
Modified Files:
src/external/gpl3/gcc/lib: Makefile
Log Message:
add ubsan to the build
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gcc/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/lib/Makefile
diff -u src/external/gpl3/gcc/lib/Makefile:1.11 src/external/gpl3/gcc/lib/Makefile:1.12
--- src/external/gpl3/gcc/lib/Makefile:1.11 Wed Jun 1 13:07:13 2016
+++ src/external/gpl3/gcc/lib/Makefile Sat Jun 4 21:17:57 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/06/01 17:07:13 christos Exp $
+# $NetBSD: Makefile,v 1.12 2016/06/05 01:17:57 christos Exp $
.include <bsd.own.mk>
@@ -12,6 +12,6 @@ SUBDIR+= liblto_plugin
SUBDIR+= libsupc++ libstdc++-v3
.endif
-SUBDIR+= libasan
+SUBDIR+= libasan libubsan
.include <bsd.subdir.mk>