mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 01:50:34 +08:00
* configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.
From-SVN: r168858
This commit is contained in:
parent
fc1e05d293
commit
f1d4ab26bc
@ -1,3 +1,7 @@
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user