commit | ac1a0a388cd9529b4ba8b10d8ccd8099a2a95b23 | [log] [tgz] |
---|---|---|
author | Iain Buclaw <ibuclaw@gdcproject.org> | Mon Apr 20 18:20:12 2020 +0200 |
committer | Iain Buclaw <ibuclaw@gdcproject.org> | Tue Apr 21 14:19:13 2020 +0200 |
tree | f99abc45fa3539cbc1ff479320b4de061f1a781d | |
parent | 187bdbd5645ff5271bee436e0c854a11b69e9570 [diff] |
libphobos: Fix compilation dependencies on s390x-linux-musl libphobos/ChangeLog: * configure: Regenerate. * configure.ac: Call DRUNTIME_LIBRARIES_UCONTEXT. * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_UCONTEXT): Define to search libraries for swapcontext. * libdruntime/gcc/sections/elf_shared.d (getTLSRange): Always use __tls_get_addr on Musl. Co-Authored-By: Mathias Lang <pro.mathias.lang@gmail.com>