Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/ctfmerge use HOST_CFLAGS for -pthread



details:   https://anonhg.NetBSD.org/src/rev/2117f668549b
branches:  trunk
changeset: 813423:2117f668549b
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 27 21:18:28 2016 +0000

description:
use HOST_CFLAGS for -pthread

diffstat:

 tools/ctfmerge/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6d3bdf8238af -r 2117f668549b tools/ctfmerge/Makefile
--- a/tools/ctfmerge/Makefile   Wed Jan 27 18:55:51 2016 +0000
+++ b/tools/ctfmerge/Makefile   Wed Jan 27 21:18:28 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2016/01/27 18:43:44 christos Exp $
+#      $NetBSD: Makefile,v 1.7 2016/01/27 21:18:28 christos Exp $
 
 NOMAN= # defined
 
@@ -34,7 +34,7 @@
 LDADD+=                -L${ELFOBJ} -lelf
 
 # need native pthread support
-COPTS+=                -pthread
+HOST_CFLAGS+=  -pthread
 
 .PATH:         ${OPENSOLARIS_DISTDIR}/tools/ctf/common
 .PATH:         ${OPENSOLARIS_DISTDIR}/tools/ctf/cvt



Home | Main Index | Thread Index | Old Index