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/4bbc17732fcc
branches:  trunk
changeset: 449247:4bbc17732fcc
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 6035f976b113 -r 4bbc17732fcc 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