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 Mark a few more things as not-for-clan...



details:   https://anonhg.NetBSD.org/src/rev/8d1c7850ef5e
branches:  trunk
changeset: 825081:8d1c7850ef5e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jun 29 18:52:23 2017 +0000

description:
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.

diffstat:

 external/gpl3/gcc/lib/libasan/Makefile      |  4 +++-
 external/gpl3/gcc/lib/libstdc++-v3/Makefile |  3 ++-
 external/gpl3/gcc/lib/libubsan/Makefile     |  5 ++++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 1f566ba04b7e -r 8d1c7850ef5e external/gpl3/gcc/lib/libasan/Makefile
--- a/external/gpl3/gcc/lib/libasan/Makefile    Thu Jun 29 17:20:59 2017 +0000
+++ b/external/gpl3/gcc/lib/libasan/Makefile    Thu Jun 29 18:52:23 2017 +0000
@@ -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>
 
diff -r 1f566ba04b7e -r 8d1c7850ef5e external/gpl3/gcc/lib/libstdc++-v3/Makefile
--- a/external/gpl3/gcc/lib/libstdc++-v3/Makefile       Thu Jun 29 17:20:59 2017 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/Makefile       Thu Jun 29 18:52:23 2017 +0000
@@ -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>
 
diff -r 1f566ba04b7e -r 8d1c7850ef5e external/gpl3/gcc/lib/libubsan/Makefile
--- a/external/gpl3/gcc/lib/libubsan/Makefile   Thu Jun 29 17:20:59 2017 +0000
+++ b/external/gpl3/gcc/lib/libubsan/Makefile   Thu Jun 29 18:52:23 2017 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index