* configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.

From-SVN: r167333
This commit is contained in:
Rainer Orth 2010-12-01 14:01:48 +00:00 committed by Rainer Orth
parent ce9315a9f5
commit 6b43a34c3c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.
2010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0.

View File

@ -124,6 +124,10 @@ case "${target}" in
config_path="bsd posix"
;;
mips-sgi-irix6*)
# Need to link with -lpthread so libgomp.so is self-contained.
XLDFLAGS="${XLDFLAGS} -lpthread"
;;
*)
;;