Excerpts from ibuc...@gdcproject.org's message of December 20, 2021 4:00 pm:
>> On 20/12/2021 16:41 Alex Xu (Hello71) wrote:
>>
>>
>> Excerpts from ibuc...@gdcproject.org's message of December 20, 2021 8:56 am:
>> >> On 20/12/2021 01:08 A
Excerpts from ibuc...@gdcproject.org's message of December 20, 2021 8:56 am:
>> On 20/12/2021 01:08 Alex Xu (Hello71) via Gcc-patches
>> wrote:
>>
>>
>> On musl, linking against libphobos fails because it requires ucontext
>> but is not explic
If it does not contain any files, then there is no point compiling it.
Skipping this saves some milliseconds and ~650 bytes in libgphobos.a.
---
libphobos/configure.ac| 1 +
libphobos/libdruntime/Makefile.am | 2 ++
.../libdruntime/config/x86/switchcontext.S
On musl, linking against libphobos fails because it requires ucontext
but is not explicitly linked against it. This is caused by configure
assuming that it is implemented in assembly, but it is actually not
implemented. This silently works on other libcs because context API does
not require an exte