Work around Solaris ld bug linking __tls_get_addr on 64-bit x86
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Sun, 14 Apr 2019 09:24:26 +0000 (09:24 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Sun, 14 Apr 2019 09:24:26 +0000 (09:24 +0000)
commitba838aa6c360912bc203068ef2161fce137fb97d
tree8be2bdd527ac314700e88c5032ff77a139b23c3d
parent4d51312053fc8d12ddcdad6c2cf07d9437ac5e60
Work around Solaris ld bug linking __tls_get_addr on 64-bit x86

* m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): New macro.
* configure.ac: Call it.
* configure: Regenerate.
* Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
testsuite/Makefile.in: Regenerate.
* src/libgphobos.spec.in (*link): Append OS_LINK_SPEC.

From-SVN: r270346
libphobos/ChangeLog
libphobos/Makefile.in
libphobos/configure
libphobos/configure.ac
libphobos/libdruntime/Makefile.in
libphobos/m4/druntime/os.m4
libphobos/src/Makefile.in
libphobos/src/libgphobos.spec.in
libphobos/testsuite/Makefile.in