Commit f986c466 by Rainer Orth Committed by Rainer Orth

re PR target/45693 (All Tru64 UNIX C++ EH tests fail)

	PR target/45693
	* configure.host (osf*): Set os_include_dir to os/generic.
	Add -lpthread to OPT_LDFLAGS.

From-SVN: r166199
parent 3451f439
2010-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/45693
* configure.host (osf*): Set os_include_dir to os/generic.
Add -lpthread to OPT_LDFLAGS.
2010-11-02 Paolo Carlini <paolo.carlini@oracle.com> 2010-11-02 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/bitset (_Base_bitset<>_Base_bitset(unsigned long long)): * include/std/bitset (_Base_bitset<>_Base_bitset(unsigned long long)):
......
...@@ -261,6 +261,13 @@ case "${host_os}" in ...@@ -261,6 +261,13 @@ case "${host_os}" in
netbsd*) netbsd*)
os_include_dir="os/bsd/netbsd" os_include_dir="os/bsd/netbsd"
;; ;;
osf*)
os_include_dir="os/generic"
# libstdc++.so relies on emutls on Tru64 UNIX, which only works with the
# real functions implemented in libpthread.so, not with the dummies in
# libgcc, so always pass -lpthread.
OPT_LDFLAGS="${OPT_LDFLAGS} -lpthread"
;;
qnx6.[12]*) qnx6.[12]*)
os_include_dir="os/qnx/qnx6.1" os_include_dir="os/qnx/qnx6.1"
c_model=c c_model=c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment