Module Name:    src
Committed By:   joerg
Date:           Thu Jun 29 18:52:23 UTC 2017

Modified Files:
        src/external/gpl3/gcc/lib/libasan: Makefile
        src/external/gpl3/gcc/lib/libstdc++-v3: Makefile
        src/external/gpl3/gcc/lib/libubsan: Makefile

Log Message:
Mark a few more things as not-for-clang. While the sanitizers would
likely build, there are ordering issues relative to the libc++ build
right now.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/gpl3/gcc/lib/libasan/Makefile
cvs rdiff -u -r1.26 -r1.27 src/external/gpl3/gcc/lib/libstdc++-v3/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libubsan/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/libasan/Makefile
diff -u src/external/gpl3/gcc/lib/libasan/Makefile:1.17 src/external/gpl3/gcc/lib/libasan/Makefile:1.18
--- src/external/gpl3/gcc/lib/libasan/Makefile:1.17	Thu Jun  9 07:11:08 2016
+++ src/external/gpl3/gcc/lib/libasan/Makefile	Thu Jun 29 18:52:23 2017
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2016/06/09 07:11:08 mrg Exp $
+# $NetBSD: Makefile,v 1.18 2017/06/29 18:52:23 joerg Exp $
+
+UNSUPPORTED_COMPILER.clang=	# defined
 
 .include <bsd.own.mk>
 

Index: src/external/gpl3/gcc/lib/libstdc++-v3/Makefile
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.26 src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.27
--- src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.26	Sun Jan 15 21:27:38 2017
+++ src/external/gpl3/gcc/lib/libstdc++-v3/Makefile	Thu Jun 29 18:52:23 2017
@@ -1,7 +1,8 @@
-#	$NetBSD: Makefile,v 1.26 2017/01/15 21:27:38 christos Exp $
+#	$NetBSD: Makefile,v 1.27 2017/06/29 18:52:23 joerg Exp $
 
 REQUIRETOOLS=	yes
 NOLINT=		# defined
+UNSUPPORTED_COMPILER.clang=	# defined
 
 .include <bsd.init.mk>
 

Index: src/external/gpl3/gcc/lib/libubsan/Makefile
diff -u src/external/gpl3/gcc/lib/libubsan/Makefile:1.2 src/external/gpl3/gcc/lib/libubsan/Makefile:1.3
--- src/external/gpl3/gcc/lib/libubsan/Makefile:1.2	Thu Jun  9 07:11:08 2016
+++ src/external/gpl3/gcc/lib/libubsan/Makefile	Thu Jun 29 18:52:23 2017
@@ -1,4 +1,7 @@
-#	$NetBSD: Makefile,v 1.2 2016/06/09 07:11:08 mrg Exp $
+#	$NetBSD: Makefile,v 1.3 2017/06/29 18:52:23 joerg Exp $
+
+UNSUPPORTED_COMPILER.clang=	# defined
+
 .include <bsd.own.mk>
 
 .include "../Makefile.inc"

Reply via email to