Module Name:    src
Committed By:   christos
Date:           Wed Jan 27 18:43:44 UTC 2016

Modified Files:
        src/tools/ctfmerge: Makefile

Log Message:
use -pthread for more portability


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/tools/ctfmerge/Makefile:1.6
--- src/tools/ctfmerge/Makefile:1.5	Sun Mar  9 13:12:03 2014
+++ src/tools/ctfmerge/Makefile	Wed Jan 27 13:43:44 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2014/03/09 17:12:03 christos Exp $
+#	$NetBSD: Makefile,v 1.6 2016/01/27 18:43:44 christos Exp $
 
 NOMAN=	# defined
 
@@ -34,7 +34,7 @@ LDADD+=		-L${DWARFOBJ} -ldwarf
 LDADD+=		-L${ELFOBJ} -lelf
 
 # need native pthread support
-LDADD+=		-lpthread
+COPTS+=		-pthread
 
 .PATH:		${OPENSOLARIS_DISTDIR}/tools/ctf/common
 .PATH:		${OPENSOLARIS_DISTDIR}/tools/ctf/cvt

Reply via email to