From: Gerald Pfeifer Date: Sun, 16 Jan 2011 19:38:04 +0000 (+0000) Subject: * configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1d4ab26bcbb5ae3f28b4eb927d1d53f8e25a84f;p=gcc.git * configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS. From-SVN: r168858 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 7f35ad61db9..2e9be60c1ab 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2011-01-16 Gerald Pfeifer + + * configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS. + 2010-12-14 Jakub Jelinek PR fortran/46874 diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index 4a564452cef..429c8e6bca2 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -124,6 +124,11 @@ case "${target}" in config_path="bsd posix" ;; + *-*-freebsd*) + # Need to link with -lpthread so libgomp.so is self-contained. + XLDFLAGS="${XLDFLAGS} -lpthread" + ;; + mips-sgi-irix6*) # Need to link with -lpthread so libgomp.so is self-contained. XLDFLAGS="${XLDFLAGS} -lpthread"