Module Name:    src
Committed By:   joerg
Date:           Fri May 15 14:29:29 UTC 2020

Modified Files:
        src/external/gpl3/gcc/lib/libgomp: Makefile

Log Message:
Don't allow building with clang, uses GCC-specific attributes.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/external/gpl3/gcc/lib/libgomp/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/libgomp/Makefile
diff -u src/external/gpl3/gcc/lib/libgomp/Makefile:1.24 src/external/gpl3/gcc/lib/libgomp/Makefile:1.25
--- src/external/gpl3/gcc/lib/libgomp/Makefile:1.24	Sat Feb  9 00:48:59 2019
+++ src/external/gpl3/gcc/lib/libgomp/Makefile	Fri May 15 14:29:29 2020
@@ -1,10 +1,12 @@
-#	$NetBSD: Makefile,v 1.24 2019/02/09 00:48:59 mrg Exp $
+#	$NetBSD: Makefile,v 1.25 2020/05/15 14:29:29 joerg Exp $
 
 # build GCC's libgomp, so that -fopenmp works.
 
 # XXX
 NOLINT=	# defined
 
+UNSUPPORTED_COMPILER.clang=	# defined
+
 .include <bsd.own.mk>
 
 .if !defined(NO_LIBGOMP)	# {
@@ -29,8 +31,6 @@ CPPFLAGS+= \
 	-I${ARCHDIR}
 CFLAGS+=-pthread
 
-CWARNFLAGS.clang+=	-Wno-conversion
-
 SHLIB_MAJOR=	2
 SHLIB_MINOR=	0
 

Reply via email to