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/f4640c9a7f3f
branches: trunk
changeset: 354780:f4640c9a7f3f
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 95eb9161eedc -r f4640c9a7f3f 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 95eb9161eedc -r f4640c9a7f3f 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 95eb9161eedc -r f4640c9a7f3f 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