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 try using COPTS instead of CPPF...



details:   https://anonhg.NetBSD.org/src/rev/040dc6e0cf7f
branches:  trunk
changeset: 449038:040dc6e0cf7f
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 20 03:50:06 2019 +0000

description:
try using COPTS instead of CPPFLAGS

diffstat:

 external/mpl/bind/lib/libisc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 72e84764e056 -r 040dc6e0cf7f external/mpl/bind/lib/libisc/Makefile
--- a/external/mpl/bind/lib/libisc/Makefile     Wed Feb 20 01:20:16 2019 +0000
+++ b/external/mpl/bind/lib/libisc/Makefile     Wed Feb 20 03:50:06 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2019/02/18 19:30:18 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2019/02/20 03:50:06 christos Exp $
 
 LIB=isc
 #USE_SHLIBDIR=   yes
@@ -47,7 +47,7 @@
 # On certain flavors of arm we don't have native atomics only ones
 # libcall ones which are inefficient. But this should not be an
 # error anyway.
-CPPFLAGS.mem.c+= ${${ACTIVE_CC} == "clang":? -Wno-error-atomic-alignment :}
+COPTS.mem.c+= ${${ACTIVE_CC} == "clang":? -Wno-error-atomic-alignment :}
 
 
 



Home | Main Index | Thread Index | Old Index