configure.tgt (XCFLAGS): Add -ftls-model=initial-exec for GNU/Hurd, as done for Linux-based systems.
libgomp/ * configure.tgt (XCFLAGS): Add -ftls-model=initial-exec for GNU/Hurd, as done for Linux-based systems. From-SVN: r199725
This commit is contained in:
parent
492992e223
commit
48df3acb54
@ -1,5 +1,8 @@
|
||||
2013-06-06 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* configure.tgt (XCFLAGS): Add -ftls-model=initial-exec for
|
||||
GNU/Hurd, as done for Linux-based systems.
|
||||
|
||||
* config/posix/ptrlock.h: Fix comment.
|
||||
|
||||
2013-05-27 Tobias Burnus <burnus@net-b.de>
|
||||
|
@ -14,7 +14,10 @@
|
||||
if test $gcc_cv_have_tls = yes ; then
|
||||
case "${target}" in
|
||||
|
||||
*-*-linux*)
|
||||
*-*-k*bsd*-gnu*)
|
||||
;;
|
||||
|
||||
*-*-linux* | *-*-gnu*)
|
||||
XCFLAGS="${XCFLAGS} -ftls-model=initial-exec"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user