From 6b43a34c3ccb186dcac709bc1b8d6adce91b14c7 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 1 Dec 2010 14:01:48 +0000 Subject: * configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS. From-SVN: r167333 --- libgomp/ChangeLog | 4 ++++ libgomp/configure.tgt | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'libgomp') diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 93672ff..0318e38 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,5 +1,9 @@ 2010-12-01 Rainer Orth + * configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS. + +2010-12-01 Rainer Orth + * testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0. 2010-11-24 Iain Sandoe diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index 6ab9e4d..4a56445 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -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" + ;; *) ;; -- cgit v1.1