summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-01 14:01:48 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-01 14:01:48 +0000
commit51bd4fa33c12e1657912adaedee13cc1b1f77d65 (patch)
tree9134dfd1f481988a0c7cbd71caf20d737001c676 /libgomp/ChangeLog
parent1dd5a3ac525a8da9b21cef0f5ab5e0e5ee84ada5 (diff)
downloadgcc-51bd4fa33c12e1657912adaedee13cc1b1f77d65.tar.gz
* configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167333 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 93672ff4559..0318e388ec2 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,9 @@
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.
2010-11-24 Iain Sandoe <iains@gcc.gnu.org>