Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib add ubsan to the build



details:   https://anonhg.NetBSD.org/src/rev/ad8fe4e133cb
branches:  trunk
changeset: 815819:ad8fe4e133cb
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 05 01:17:57 2016 +0000

description:
add ubsan to the build

diffstat:

 external/gpl3/gcc/lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 67061d513e0d -r ad8fe4e133cb external/gpl3/gcc/lib/Makefile
--- a/external/gpl3/gcc/lib/Makefile    Sun Jun 05 00:48:58 2016 +0000
+++ b/external/gpl3/gcc/lib/Makefile    Sun Jun 05 01:17:57 2016 +0000
@@ -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+= libsupc++ libstdc++-v3
 .endif
 
-SUBDIR+= libasan
+SUBDIR+= libasan libubsan
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index