summaryrefslogtreecommitdiff
path: root/expat/conftools/ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'expat/conftools/ltmain.sh')
-rw-r--r--expat/conftools/ltmain.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/expat/conftools/ltmain.sh b/expat/conftools/ltmain.sh
index e774ddfe6..b2549eeb0 100644
--- a/expat/conftools/ltmain.sh
+++ b/expat/conftools/ltmain.sh
@@ -7127,16 +7127,6 @@ func_mode_link ()
*" $arg "*) ;;
* ) func_append new_inherited_linker_flags " $arg" ;;
esac
-
- # As we are forced to pass -nostdlib to g++ during linking, the option
- # -pthread{,s} is not in effect; add the -lpthread to $deplist
- # explicitly to link correctly.
- if test "$tagname" = CXX -a x"$with_gcc" = xyes; then
- case "$arg" in
- -pthread*) func_append deplibs " -lpthread" ;;
- esac
- fi
-
continue
;;