Module Name:    src
Committed By:   christos
Date:           Wed Jan 27 21:18:28 UTC 2016

Modified Files:
        src/tools/ctfmerge: Makefile

Log Message:
use HOST_CFLAGS for -pthread


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tools/ctfmerge/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/ctfmerge/Makefile
diff -u src/tools/ctfmerge/Makefile:1.6 src/tools/ctfmerge/Makefile:1.7
--- src/tools/ctfmerge/Makefile:1.6	Wed Jan 27 13:43:44 2016
+++ src/tools/ctfmerge/Makefile	Wed Jan 27 16:18:28 2016
@@ -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${DWARFOBJ} -ldwarf
 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

Reply via email to