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/libgomp Don't allow building with clan...



details:   https://anonhg.NetBSD.org/src/rev/7187adfacb45
branches:  trunk
changeset: 932765:7187adfacb45
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 15 14:29:29 2020 +0000

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

diffstat:

 external/gpl3/gcc/lib/libgomp/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 59ac714dfd14 -r 7187adfacb45 external/gpl3/gcc/lib/libgomp/Makefile
--- a/external/gpl3/gcc/lib/libgomp/Makefile    Fri May 15 13:09:02 2020 +0000
+++ b/external/gpl3/gcc/lib/libgomp/Makefile    Fri May 15 14:29:29 2020 +0000
@@ -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 @@
        -I${ARCHDIR}
 CFLAGS+=-pthread
 
-CWARNFLAGS.clang+=     -Wno-conversion
-
 SHLIB_MAJOR=   2
 SHLIB_MINOR=   0
 



Home | Main Index | Thread Index | Old Index