Hi all,
due to recent changes in DragonFly's /usr/lib layout clang's -pthread was broken. Attached patch fixes this. The previous code was wrong anyways because it ignored the user selected thread lib.
Regards,
Sascha
dfly_tools.diff (445 Bytes)
Hi all,
due to recent changes in DragonFly's /usr/lib layout clang's -pthread was broken. Attached patch fixes this. The previous code was wrong anyways because it ignored the user selected thread lib.
Regards,
Sascha
dfly_tools.diff (445 Bytes)
Applied, thanks!