Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mpl/bind/lib/libisc one more for the atomic referen...
details: https://anonhg.NetBSD.org/src/rev/07dc439a2595
branches: trunk
changeset: 839618:07dc439a2595
user: christos <christos%NetBSD.org@localhost>
date: Thu Feb 28 17:40:06 2019 +0000
description:
one more for the atomic references on clang.
diffstat:
external/mpl/bind/lib/libisc/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 087a4d65f457 -r 07dc439a2595 external/mpl/bind/lib/libisc/Makefile
--- a/external/mpl/bind/lib/libisc/Makefile Thu Feb 28 16:56:35 2019 +0000
+++ b/external/mpl/bind/lib/libisc/Makefile Thu Feb 28 17:40:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/02/24 20:01:33 christos Exp $
+# $NetBSD: Makefile,v 1.7 2019/02/28 17:40:06 christos Exp $
LIB=isc
#USE_SHLIBDIR= yes
@@ -47,6 +47,7 @@
# libcall ones which are inefficient. But this should not be an
# error anyway.
COPTS.mem.c+= ${${ACTIVE_CC} == "clang":? -Wno-error-atomic-alignment :}
+COPTS.counter.c+= ${${ACTIVE_CC} == "clang":? -Wno-error-atomic-alignment :}
Home |
Main Index |
Thread Index |
Old Index