Commit f1d4ab26 by Gerald Pfeifer

* configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.

From-SVN: r168858
parent fc1e05d2
2011-01-16 Gerald Pfeifer
* configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.
2010-12-14 Jakub Jelinek <jakub@redhat.com>
PR fortran/46874
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment