diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-04 19:21:18 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-04 19:21:18 +0000 |
commit | 6d7d7002cb2b1e7c1aa759d1ea146e5439570ab1 (patch) | |
tree | 641d48126d82cb7111cfe4d0b8f074947d7d3e3a /libgomp/configure.tgt | |
parent | f9e6c0d4c699dd789d0b6a3aec31e163824ea2e4 (diff) | |
download | gcc-6d7d7002cb2b1e7c1aa759d1ea146e5439570ab1.tar.gz |
PR libgomp/28482
* configure.tgt: Don't link with -Wl,-z,nodlopen even on Linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124445 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure.tgt')
-rw-r--r-- | libgomp/configure.tgt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index 4790d66d8c6..f46210c3647 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -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 |