Link libstdc++ with -lpthread on IRIX 6 (PR target/47852)

PR target/47852
	* configure.host (irix6.5*): Add -lpthread to OPT_LDFLAGS.

From-SVN: r183251
This commit is contained in:
Rainer Orth 2012-01-17 15:41:10 +00:00 committed by Rainer Orth
parent e831c1e8a6
commit 99eb180f66
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/47852
* configure.host (irix6.5*): Add -lpthread to OPT_LDFLAGS.
2012-01-14 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/bits/stl_iterator.h (reverse_iterator): Doxygen comments.

View File

@ -258,6 +258,10 @@ case "${host_os}" in
os_include_dir="os/irix/irix6.5"
atomicity_dir=os/irix
atomic_word_dir=os/irix
# libstdc++.so relies on emutls on IRIX, which only works with the
# real functions implemented in libpthread.so, not with the stubs in
# libc, so always pass -lpthread.
OPT_LDFLAGS="${OPT_LDFLAGS} -lpthread"
;;
mingw32*)
case "$host" in