]> granicus.if.org Git - gc/commit
Fix threadlibs tool to output '-lpthread' for DragonFly
authorIvan Maidanski <ivmai@mail.ru>
Wed, 17 Jan 2018 08:43:09 +0000 (11:43 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 19 Jan 2018 08:13:28 +0000 (11:13 +0300)
commitb470b6818a73f767e890bcad98e680fc7c5f0165
treede2c23ae4e024862c2d00b713d6629cdb5f5f2e8
parent9c436bd694af297139a7adbe0ffa4fe435d28707
Fix threadlibs tool to output '-lpthread' for DragonFly

* tools/threadlibs.c [GC_FREEBSD_THREADS && (__DragonFly__
|| !__FREEBSD_version)] (main): Print "-lpthread" (as well as for
__FREEBSD_version >= 500000).
tools/threadlibs.c