$NetBSD: patch-gcc_config_openbsd-libpthread.h,v 1.1 2014/01/25 13:38:48 ryoon Exp $ --- gcc/config/openbsd-libpthread.h.orig 2009-09-27 13:20:23.000000000 +0000 +++ gcc/config/openbsd-libpthread.h @@ -18,5 +18,5 @@ along with GCC; see the file COPYING3. If not see . */ -#define OBSD_LIB_SPEC "%{!shared:%{pthread:-lpthread} -lc}" +#define OBSD_LIB_SPEC "%{pthread:-lpthread%{!shared:%{p|pg:_p}}} %{!shared:-lc%{p:_p}%{!p:%{pg:_p}}}"