Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src-draft/trunk]: src/external/gpl3/gcc/lib/libgomp Don't allow building wit...
details: https://anonhg.NetBSD.org/src-all/rev/03696c00df4d
branches: trunk
changeset: 932675:03696c00df4d
user: Joerg Sonnenberger <joerg%bec.de@localhost>
date: Wed May 13 19:33:11 2020 +0200
description:
Don't allow building with clang, uses GCC-specific attributes
diffstat:
external/gpl3/gcc/lib/libgomp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r f42f23949da0 -r 03696c00df4d external/gpl3/gcc/lib/libgomp/Makefile
--- a/external/gpl3/gcc/lib/libgomp/Makefile Wed May 13 19:32:50 2020 +0200
+++ b/external/gpl3/gcc/lib/libgomp/Makefile Wed May 13 19:33:11 2020 +0200
@@ -5,6 +5,8 @@
# XXX
NOLINT= # defined
+UNSUPPORTED_COMPILER.clang= # defined
+
.include <bsd.own.mk>
.if !defined(NO_LIBGOMP) # {
@@ -29,8 +31,6 @@
-I${ARCHDIR}
CFLAGS+=-pthread
-CWARNFLAGS.clang+= -Wno-conversion
-
SHLIB_MAJOR= 2
SHLIB_MINOR= 0
Home |
Main Index |
Thread Index |
Old Index