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 Disable -Wconversion for clang.
details: https://anonhg.NetBSD.org/src/rev/60a09623ebe5
branches: trunk
changeset: 773130:60a09623ebe5
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Jan 28 14:24:53 2012 +0000
description:
Disable -Wconversion for clang.
diffstat:
external/gpl3/gcc/lib/libgomp/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 16b15b97e0b4 -r 60a09623ebe5 external/gpl3/gcc/lib/libgomp/Makefile
--- a/external/gpl3/gcc/lib/libgomp/Makefile Sat Jan 28 14:21:52 2012 +0000
+++ b/external/gpl3/gcc/lib/libgomp/Makefile Sat Jan 28 14:24:53 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/09/23 09:36:37 tron Exp $
+# $NetBSD: Makefile,v 1.6 2012/01/28 14:24:53 joerg Exp $
# build GCC's libgomp, so that -fopenmp works.
@@ -50,6 +50,8 @@
-I${ARCHDIR}
CFLAGS+=-pthread
+CWARNFLAGS.clang+= -Wno-conversion
+
# libgomp.so.1.0 is in GCC 4.5.
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
Home |
Main Index |
Thread Index |
Old Index