4.1.2-12
This commit is contained in:
parent
ed083d28ab
commit
1b9112c69f
22
gcc41-pr28482.patch
Normal file
22
gcc41-pr28482.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user