23 lines
693 B
Diff
23 lines
693 B
Diff
|
2007-05-02 Jakub Jelinek <jakub@redhat.com>
|
||
|
|
||
|
PR libgomp/28482
|
||
|
* configure.tgt: Don't link with -Wl,-z,nodlopen even on Linux.
|
||
|
|
||
|
--- libgomp/configure.tgt.jj 2007-04-20 12:55:40.000000000 +0200
|
||
|
+++ libgomp/configure.tgt 2007-05-02 17:32:15.000000000 +0200
|
||
|
@@ -11,14 +11,11 @@
|
||
|
# XLDFLAGS Add extra link flags to use.
|
||
|
|
||
|
# Optimize TLS usage by avoiding the overhead of dynamic allocation.
|
||
|
-# This does require that the library be present during process
|
||
|
-# startup, so mark the library as not to be dlopened.
|
||
|
if test $have_tls = yes ; then
|
||
|
case "${target}" in
|
||
|
|
||
|
*-*-linux*)
|
||
|
XCFLAGS="${XCFLAGS} -ftls-model=initial-exec"
|
||
|
- XLDFLAGS="${XLDFLAGS} -Wl,-z,nodlopen"
|
||
|
;;
|
||
|
esac
|
||
|
fi
|